PutTenantPolicyRequestProperties Constructors

Definition

Overloads

PutTenantPolicyRequestProperties()

Initializes a new instance of the PutTenantPolicyRequestProperties class.

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

Initializes a new instance of the PutTenantPolicyRequestProperties class.

PutTenantPolicyRequestProperties()

Initializes a new instance of the PutTenantPolicyRequestProperties class.

public PutTenantPolicyRequestProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the PutTenantPolicyRequestProperties class.

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)

Parameters

blockSubscriptionsLeavingTenant
Nullable<Boolean>

Blocks the leaving of subscriptions from user's tenant.

blockSubscriptionsIntoTenant
Nullable<Boolean>

Blocks the entering of subscriptions into user's tenant.

exemptedPrincipals
IList<Nullable<Guid>>

List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant.

Applies to