次の方法で共有


UpdateStorageAccountWithAccountParameters コンストラクター

定義

オーバーロード

UpdateStorageAccountWithAccountParameters()

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

UpdateStorageAccountWithAccountParameters(String, String, String)

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

UpdateStorageAccountWithAccountParameters()

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

public UpdateStorageAccountWithAccountParameters ();
Public Sub New ()

適用対象

UpdateStorageAccountWithAccountParameters(String, String, String)

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

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

パラメーター

name
String

更新する Azure Storage アカウントの一意の名前。

accessKey
String

この Azure Storage アカウントに接続するために使用される、更新されたアクセス キー。

suffix
String

ストレージ アカウントの省略可能なサフィックス。

適用対象