ProviderResourceType Constructors

Definition

Overloads

ProviderResourceType()

Initializes a new instance of the ProviderResourceType class.

ProviderResourceType(String, IList<String>, IList<ProviderExtendedLocation>, IList<Alias>, IList<String>, String, IList<ApiProfile>, String, IDictionary<String,String>)

Initializes a new instance of the ProviderResourceType class.

ProviderResourceType()

Initializes a new instance of the ProviderResourceType class.

public ProviderResourceType ();
Public Sub New ()

Applies to

ProviderResourceType(String, IList<String>, IList<ProviderExtendedLocation>, IList<Alias>, IList<String>, String, IList<ApiProfile>, String, IDictionary<String,String>)

Initializes a new instance of the ProviderResourceType class.

public ProviderResourceType (string resourceType = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ProviderExtendedLocation> locationMappings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Alias> aliases = default, System.Collections.Generic.IList<string> apiVersions = default, string defaultApiVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ApiProfile> apiProfiles = default, string capabilities = default, System.Collections.Generic.IDictionary<string,string> properties = default);
new Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ProviderExtendedLocation> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Alias> * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ApiProfile> * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType
Public Sub New (Optional resourceType As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationMappings As IList(Of ProviderExtendedLocation) = Nothing, Optional aliases As IList(Of Alias) = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional defaultApiVersion As String = Nothing, Optional apiProfiles As IList(Of ApiProfile) = Nothing, Optional capabilities As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing)

Parameters

resourceType
String

The resource type.

locations
IList<String>

The collection of locations where this resource type can be created.

locationMappings
IList<ProviderExtendedLocation>

The location mappings that are supported by this resource type.

aliases
IList<Alias>

The aliases that are supported by this resource type.

apiVersions
IList<String>

The API version.

defaultApiVersion
String

The default API version.

apiProfiles
IList<ApiProfile>

The API profiles for the resource provider.

capabilities
String

The additional capabilities offered by this resource type.

properties
IDictionary<String,String>

The properties.

Applies to