次の方法で共有


PutTenantPolicyRequestProperties コンストラクター

定義

オーバーロード

PutTenantPolicyRequestProperties()

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

PutTenantPolicyRequestProperties(Nullable<Boolean>, Nullable<Boolean>, IList<Nullable<Guid>>)

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

PutTenantPolicyRequestProperties()

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

public PutTenantPolicyRequestProperties();
Public Sub New ()

適用対象

PutTenantPolicyRequestProperties(Nullable<Boolean>, Nullable<Boolean>, IList<Nullable<Guid>>)

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

public PutTenantPolicyRequestProperties(bool? blockSubscriptionsLeavingTenant = default, bool? blockSubscriptionsIntoTenant = default, System.Collections.Generic.IList<Guid?> exemptedPrincipals = default);
new Microsoft.Azure.Management.Subscription.Models.PutTenantPolicyRequestProperties : Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Nullable<Guid>> -> Microsoft.Azure.Management.Subscription.Models.PutTenantPolicyRequestProperties
Public Sub New (Optional blockSubscriptionsLeavingTenant As Nullable(Of Boolean) = Nothing, Optional blockSubscriptionsIntoTenant As Nullable(Of Boolean) = Nothing, Optional exemptedPrincipals As IList(Of Nullable(Of Guid)) = Nothing)

パラメーター

blockSubscriptionsLeavingTenant
Nullable<Boolean>

ユーザーのテナントからのサブスクリプションの終了をブロックします。

blockSubscriptionsIntoTenant
Nullable<Boolean>

ユーザーのテナントへのサブスクリプションの入力をブロックします。

exemptedPrincipals
IList<Nullable<Guid>>

ユーザーのテナントの設定されたサブスクリプション テナント ポリシーから除外されるユーザー objectId の一覧。

適用対象