ArmSubscriptionModelFactory.TenantPolicyProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.
Blockiert das Verlassen von Abonnements aus dem Mandanten des Benutzers.
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:
Azure SDK for .NET