ArmSupportModelFactory.ServiceClassificationAnswer 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 ServiceClassificationAnswer.
public static Azure.ResourceManager.Support.Models.ServiceClassificationAnswer ServiceClassificationAnswer (Azure.Core.ResourceIdentifier serviceId = default, string displayName = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceType> resourceTypes = default, Azure.Core.ResourceIdentifier serviceIdChildServiceId = default, string displayNameChildServiceDisplayName = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceType> resourceTypesChildServiceResourceTypes = default);
static member ServiceClassificationAnswer : Azure.Core.ResourceIdentifier * string * seq<Azure.Core.ResourceType> * Azure.Core.ResourceIdentifier * string * seq<Azure.Core.ResourceType> -> Azure.ResourceManager.Support.Models.ServiceClassificationAnswer
Public Shared Function ServiceClassificationAnswer (Optional serviceId As ResourceIdentifier = Nothing, Optional displayName As String = Nothing, Optional resourceTypes As IEnumerable(Of ResourceType) = Nothing, Optional serviceIdChildServiceId As ResourceIdentifier = Nothing, Optional displayNameChildServiceDisplayName As String = Nothing, Optional resourceTypesChildServiceResourceTypes As IEnumerable(Of ResourceType) = Nothing) As ServiceClassificationAnswer
Parameters
- serviceId
- ResourceIdentifier
Azure resource Id of the service.
- displayName
- String
Localized name of the azure service.
- resourceTypes
- IEnumerable<ResourceType>
List of applicable ARM resource types for this service.
- serviceIdChildServiceId
- ResourceIdentifier
Azure resource Id of the service.
- displayNameChildServiceDisplayName
- String
Localized name of the azure service.
- resourceTypesChildServiceResourceTypes
- IEnumerable<ResourceType>
List of applicable ARM resource types for this service.
Returns
A new ServiceClassificationAnswer instance for mocking.
Applies to
Azure SDK for .NET