次の方法で共有


Provider コンストラクター

定義

オーバーロード

Provider()

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

Provider(String, String, String, String, IList<ProviderResourceType>, String)

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

Provider()

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

public Provider ();
Public Sub New ()

適用対象

Provider(String, String, String, String, IList<ProviderResourceType>, String)

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

public Provider (string id = default, string namespaceProperty = default, string registrationState = default, string registrationPolicy = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType> resourceTypes = default, string providerAuthorizationConsentState = default);
new Microsoft.Azure.Management.ResourceManager.Models.Provider : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ProviderResourceType> * string -> Microsoft.Azure.Management.ResourceManager.Models.Provider
Public Sub New (Optional id As String = Nothing, Optional namespaceProperty As String = Nothing, Optional registrationState As String = Nothing, Optional registrationPolicy As String = Nothing, Optional resourceTypes As IList(Of ProviderResourceType) = Nothing, Optional providerAuthorizationConsentState As String = Nothing)

パラメーター

id
String

プロバイダー ID。

namespaceProperty
String

リソース プロバイダーの名前空間。

registrationState
String

リソース プロバイダーの登録状態。

registrationPolicy
String

リソース プロバイダーの登録ポリシー。

resourceTypes
IList<ProviderResourceType>

プロバイダー リソースの種類のコレクション。

providerAuthorizationConsentState
String

プロバイダー承認の同意の状態。 指定できる値は、'NotSpecified'、'Required'、'NotRequired'、'Consented' です。

適用対象