PutTenantPolicyRequestProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Blocks the leaving of subscriptions from user's tenant.
Blocks the entering of subscriptions into user's tenant.
List of user objectIds that are exempted from the set subscription tenant policies for the user's tenant.
Applies to
Azure SDK for .NET