GetTenantPolicyResponse Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetTenantPolicyResponse() |
Initialise une nouvelle instance de la classe GetTenantPolicyResponse. |
GetTenantPolicyResponse(String, String, String, TenantPolicy, SystemData) |
Initialise une nouvelle instance de la classe GetTenantPolicyResponse. |
GetTenantPolicyResponse()
Initialise une nouvelle instance de la classe GetTenantPolicyResponse.
public GetTenantPolicyResponse ();
Public Sub New ()
S’applique à
GetTenantPolicyResponse(String, String, String, TenantPolicy, SystemData)
Initialise une nouvelle instance de la classe GetTenantPolicyResponse.
public GetTenantPolicyResponse (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Subscription.Models.TenantPolicy properties = default, Microsoft.Azure.Management.Subscription.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Subscription.Models.GetTenantPolicyResponse : string * string * string * Microsoft.Azure.Management.Subscription.Models.TenantPolicy * Microsoft.Azure.Management.Subscription.Models.SystemData -> Microsoft.Azure.Management.Subscription.Models.GetTenantPolicyResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As TenantPolicy = Nothing, Optional systemData As SystemData = Nothing)
Paramètres
- id
- String
ID de stratégie.
- name
- String
nom de la stratégie.
- type
- String
Type de ressource.
- properties
- TenantPolicy
Propriétés de stratégie de locataire.
- systemData
- SystemData
S’applique à
Azure SDK for .NET