ArmSelfHelpModelFactory.ClassificationService Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ClassificationService.
public static Azure.ResourceManager.SelfHelp.Models.ClassificationService ClassificationService (Azure.Core.ResourceIdentifier serviceId = default, string displayName = default, System.Collections.Generic.IEnumerable<string> resourceTypes = default);
static member ClassificationService : Azure.Core.ResourceIdentifier * string * seq<string> -> Azure.ResourceManager.SelfHelp.Models.ClassificationService
Public Shared Function ClassificationService (Optional serviceId As ResourceIdentifier = Nothing, Optional displayName As String = Nothing, Optional resourceTypes As IEnumerable(Of String) = Nothing) As ClassificationService
Parameters
- serviceId
- ResourceIdentifier
Azure resource Id of the service.
- displayName
- String
Localized name of the azure service.
- resourceTypes
- IEnumerable<String>
List of applicable ARM resource types for this service.
Returns
A new ClassificationService instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET