次の方法で共有


AcceptOwnershipRequestProperties コンストラクター

定義

オーバーロード

AcceptOwnershipRequestProperties()

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

AcceptOwnershipRequestProperties(String, String, IDictionary<String,String>)

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

AcceptOwnershipRequestProperties()

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

public AcceptOwnershipRequestProperties();
Public Sub New ()

適用対象

AcceptOwnershipRequestProperties(String, String, IDictionary<String,String>)

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

public AcceptOwnershipRequestProperties(string displayName, string managementGroupId = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipRequestProperties : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipRequestProperties
Public Sub New (displayName As String, Optional managementGroupId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

displayName
String

サブスクリプションのフレンドリ名。

managementGroupId
String

サブスクリプションの管理グループ ID。

tags
IDictionary<String,String>

サブスクリプションのタグ

適用対象