次の方法で共有


DataLakeStoreAccountInformation コンストラクター

定義

オーバーロード

DataLakeStoreAccountInformation()

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

DataLakeStoreAccountInformation(String, String, String, String)

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

DataLakeStoreAccountInformation()

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

public DataLakeStoreAccountInformation ();
Public Sub New ()

適用対象

DataLakeStoreAccountInformation(String, String, String, String)

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

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

パラメーター

id
String

リソース識別子。

name
String

リソースの名前。

type
String

リソースの種類。

suffix
String

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

適用対象