次の方法で共有


DataLakeStoreAccountInfo コンストラクター

定義

オーバーロード

DataLakeStoreAccountInfo()

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

DataLakeStoreAccountInfo(String, String, String, String)

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

DataLakeStoreAccountInfo()

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

public DataLakeStoreAccountInfo();
Public Sub New ()

適用対象

DataLakeStoreAccountInfo(String, String, String, String)

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

public DataLakeStoreAccountInfo(string name, string id = default, string type = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo : string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccountInfo
Public Sub New (name As String, Optional id As String = Nothing, Optional type As String = Nothing, Optional suffix As String = Nothing)

パラメーター

name
String

リソース名

id
String

リソース ID

type
String

リソースの種類

suffix
String

Data Lake Store アカウントの省略可能なサフィックス。

適用対象