Bagikan melalui


ResourceType Constructors

Definition

Overloads

ResourceType()

Initializes a new instance of the ResourceType class.

ResourceType(String, String, IList<ProviderOperation>)

Initializes a new instance of the ResourceType class.

ResourceType()

Initializes a new instance of the ResourceType class.

public ResourceType ();
Public Sub New ()

Applies to

ResourceType(String, String, IList<ProviderOperation>)

Initializes a new instance of the ResourceType class.

public ResourceType (string name = default, string displayName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.ProviderOperation> operations = default);
new Microsoft.Azure.Management.Authorization.Models.ResourceType : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Authorization.Models.ProviderOperation> -> Microsoft.Azure.Management.Authorization.Models.ResourceType
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional operations As IList(Of ProviderOperation) = Nothing)

Parameters

name
String

The resource type name.

displayName
String

The resource type display name.

operations
IList<ProviderOperation>

The resource type operations.

Applies to