次の方法で共有


UpdateDataLakeStoreWithAccountParameters コンストラクター

定義

オーバーロード

UpdateDataLakeStoreWithAccountParameters()

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

UpdateDataLakeStoreWithAccountParameters(String, String)

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

UpdateDataLakeStoreWithAccountParameters()

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

public UpdateDataLakeStoreWithAccountParameters();
Public Sub New ()

適用対象

UpdateDataLakeStoreWithAccountParameters(String, String)

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

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

パラメーター

name
String

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

suffix
String

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

適用対象