Dela via


UpdateStorageAccountParameters Constructors

Definition

Overloads

UpdateStorageAccountParameters()

Initializes a new instance of the UpdateStorageAccountParameters class.

UpdateStorageAccountParameters(String, String)

Initializes a new instance of the UpdateStorageAccountParameters class.

UpdateStorageAccountParameters()

Initializes a new instance of the UpdateStorageAccountParameters class.

public UpdateStorageAccountParameters ();
Public Sub New ()

Applies to

UpdateStorageAccountParameters(String, String)

Initializes a new instance of the UpdateStorageAccountParameters class.

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

Parameters

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