Share via


ArmSupportModelFactory.SupportAzureServiceData Method

Definition

Overloads

SupportAzureServiceData(ResourceIdentifier, String, ResourceType, SystemData, String, IEnumerable<String>)

Initializes a new instance of SupportAzureServiceData.

SupportAzureServiceData(ResourceIdentifier, String, ResourceType, SystemData, String, IEnumerable<String>, IReadOnlyDictionary<String,String>)

Initializes a new instance of SupportAzureServiceData.

SupportAzureServiceData(ResourceIdentifier, String, ResourceType, SystemData, String, IEnumerable<String>)

Source:
ArmSupportModelFactory.cs

Initializes a new instance of SupportAzureServiceData.

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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

displayName
String

Localized name of the Azure service.

resourceTypes
IEnumerable<String>

ARM Resource types.

Returns

A new SupportAzureServiceData instance for mocking.

Applies to

SupportAzureServiceData(ResourceIdentifier, String, ResourceType, SystemData, String, IEnumerable<String>, IReadOnlyDictionary<String,String>)

Source:
ArmSupportModelFactory.cs

Initializes a new instance of SupportAzureServiceData.

public static Azure.ResourceManager.Support.SupportAzureServiceData SupportAzureServiceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string displayName = default, System.Collections.Generic.IEnumerable<string> resourceTypes = default, System.Collections.Generic.IReadOnlyDictionary<string,string> metadata = default);
static member SupportAzureServiceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * seq<string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.Support.SupportAzureServiceData
Public Shared Function SupportAzureServiceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional displayName As String = Nothing, Optional resourceTypes As IEnumerable(Of String) = Nothing, Optional metadata As IReadOnlyDictionary(Of String, String) = Nothing) As SupportAzureServiceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

displayName
String

Localized name of the Azure service.

resourceTypes
IEnumerable<String>

ARM Resource types.

metadata
IReadOnlyDictionary<String,String>

Metadata about the service, only visible for 1P clients.

Returns

A new SupportAzureServiceData instance for mocking.

Applies to