次の方法で共有


AddDataLakeStoreWithAccountParameters コンストラクター

定義

オーバーロード

AddDataLakeStoreWithAccountParameters()

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

AddDataLakeStoreWithAccountParameters(String, String)

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

AddDataLakeStoreWithAccountParameters()

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

public AddDataLakeStoreWithAccountParameters ();
Public Sub New ()

適用対象

AddDataLakeStoreWithAccountParameters(String, String)

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

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

パラメーター

name
String

追加する Data Lake Store アカウントの一意の名前。

suffix
String

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

適用対象