Aracılığıyla paylaş


UpdateStorageAccountWithAccountParameters Constructors

Definition

Overloads

UpdateStorageAccountWithAccountParameters()

Initializes a new instance of the UpdateStorageAccountWithAccountParameters class.

UpdateStorageAccountWithAccountParameters(String, String, String)

Initializes a new instance of the UpdateStorageAccountWithAccountParameters class.

UpdateStorageAccountWithAccountParameters()

Initializes a new instance of the UpdateStorageAccountWithAccountParameters class.

public UpdateStorageAccountWithAccountParameters ();
Public Sub New ()

Applies to

UpdateStorageAccountWithAccountParameters(String, String, String)

Initializes a new instance of the UpdateStorageAccountWithAccountParameters class.

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)

Parameters

name
String

The unique name of the Azure Storage account to update.

accessKey
String

The updated access key associated with this Azure Storage account that will be used to connect to it.

suffix
String

The optional suffix for the storage account.

Applies to