次の方法で共有


Account コンストラクター

定義

オーバーロード

Account()

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

Account(Identity, String, String, SystemData, String, String, IDictionary<String,String>, Nullable<DateTime>, String, String, String)

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

Account()

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

public Account ();
Public Sub New ()

適用対象

Account(Identity, String, String, SystemData, String, String, IDictionary<String,String>, Nullable<DateTime>, String, String, String)

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

public Account (Microsoft.Azure.Management.DataShare.Models.Identity identity, string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? createdAt = default, string provisioningState = default, string userEmail = default, string userName = default);
new Microsoft.Azure.Management.DataShare.Models.Account : Microsoft.Azure.Management.DataShare.Models.Identity * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.DataShare.Models.Account
Public Sub New (identity As Identity, Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional userEmail As String = Nothing, Optional userName As String = Nothing)

パラメーター

identity
Identity

アカウントの ID 情報

id
String

Azure リソースのリソース ID

name
String

Azure リソースの名前

systemData
SystemData

Azure リソースのシステム データ。

type
String

Azure リソースの種類

location
String

Azure リソースの場所。

tags
IDictionary<String,String>

Azure リソースのタグ。

createdAt
Nullable<DateTime>

アカウントが作成された時刻。

provisioningState
String

アカウントのプロビジョニング状態。 指定できる値は、'Succeeded'、'Creating'、'Deleting'、'Moving'、'Failed' です。

userEmail
String

リソースを作成したユーザーのEmail

userName
String

リソースを作成したユーザーの名前

適用対象