Freigeben über


ArmSubscriptionModelFactory.TenantPolicyProperties Methode

Definition

Initialisiert eine neue instance von TenantPolicyProperties.

public static Azure.ResourceManager.Subscription.Models.TenantPolicyProperties TenantPolicyProperties (string policyId = default, bool? blockSubscriptionsLeavingTenant = default, bool? blockSubscriptionsIntoTenant = default, System.Collections.Generic.IEnumerable<Guid> exemptedPrincipals = default);
static member TenantPolicyProperties : string * Nullable<bool> * Nullable<bool> * seq<Guid> -> Azure.ResourceManager.Subscription.Models.TenantPolicyProperties
Public Shared Function TenantPolicyProperties (Optional policyId As String = Nothing, Optional blockSubscriptionsLeavingTenant As Nullable(Of Boolean) = Nothing, Optional blockSubscriptionsIntoTenant As Nullable(Of Boolean) = Nothing, Optional exemptedPrincipals As IEnumerable(Of Guid) = Nothing) As TenantPolicyProperties

Parameter

policyId
String

Richtlinien-ID.

blockSubscriptionsLeavingTenant
Nullable<Boolean>

Blockiert das Verlassen von Abonnements aus dem Mandanten des Benutzers.

blockSubscriptionsIntoTenant
Nullable<Boolean>

Blockiert die Eingabe von Abonnements in den Mandanten des Benutzers.

exemptedPrincipals
IEnumerable<Guid>

Liste der Benutzerobjekt-Ids, die von den festgelegten Abonnementmandantenrichtlinien für den Mandanten des Benutzers ausgenommen sind.

Gibt zurück

Eine neue TenantPolicyProperties instance zum Mocking.

Gilt für: