ArmSupportModelFactory.SupportClassificationService Method

Definition

Service Classification result object.

public static Azure.ResourceManager.Support.Models.SupportClassificationService SupportClassificationService(Azure.Core.ResourceIdentifier serviceId = default, string displayName = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceType> resourceTypes = default);
static member SupportClassificationService : Azure.Core.ResourceIdentifier * string * seq<Azure.Core.ResourceType> -> Azure.ResourceManager.Support.Models.SupportClassificationService
Public Shared Function SupportClassificationService (Optional serviceId As ResourceIdentifier = Nothing, Optional displayName As String = Nothing, Optional resourceTypes As IEnumerable(Of ResourceType) = Nothing) As SupportClassificationService

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.

Returns

A new SupportClassificationService instance for mocking.

Applies to