次の方法で共有


GetTenantPolicyResponse コンストラクター

定義

オーバーロード

GetTenantPolicyResponse()

GetTenantPolicyResponse クラスの新しいインスタンスを初期化します。

GetTenantPolicyResponse(String, String, String, TenantPolicy, SystemData)

GetTenantPolicyResponse クラスの新しいインスタンスを初期化します。

GetTenantPolicyResponse()

GetTenantPolicyResponse クラスの新しいインスタンスを初期化します。

public GetTenantPolicyResponse();
Public Sub New ()

適用対象

GetTenantPolicyResponse(String, String, String, TenantPolicy, SystemData)

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)

パラメーター

id
String

ポリシー ID。

name
String

ポリシーの名前。

type
String

リソースの種類。

properties
TenantPolicy

テナント ポリシーのプロパティ。

systemData
SystemData

適用対象