次の方法で共有


ProviderResourceType コンストラクター

定義

オーバーロード

ProviderResourceType()

ProviderResourceType クラスの新しいインスタンスを初期化します。

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

ProviderResourceType クラスの新しいインスタンスを初期化します。

ProviderResourceType()

ProviderResourceType クラスの新しいインスタンスを初期化します。

public ProviderResourceType ();
Public Sub New ()

適用対象

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

ProviderResourceType クラスの新しいインスタンスを初期化します。

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)

パラメーター

resourceType
String

リソースの種類。

locations
IList<String>

このリソースの種類を作成できる場所のコレクション。

locationMappings
IList<ProviderExtendedLocation>

このリソースの種類でサポートされている場所マッピング。

aliases
IList<Alias>

このリソースの種類でサポートされているエイリアス。

apiVersions
IList<String>

API のバージョン。

defaultApiVersion
String

既定の API バージョン。

apiProfiles
IList<ApiProfile>

リソース プロバイダーの API プロファイル。

capabilities
String

このリソースの種類によって提供される追加機能。

properties
IDictionary<String,String>

プロパティ。

適用対象