Aracılığıyla paylaş


UpdateStorageAccountWithAccountParameters Class

Definition

The parameters used to update an Azure Storage account while updating a Data Lake Analytics account.

[Microsoft.Rest.Serialization.JsonTransformation]
public class UpdateStorageAccountWithAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type UpdateStorageAccountWithAccountParameters = class
Public Class UpdateStorageAccountWithAccountParameters
Inheritance
UpdateStorageAccountWithAccountParameters
Attributes

Constructors

UpdateStorageAccountWithAccountParameters()

Initializes a new instance of the UpdateStorageAccountWithAccountParameters class.

UpdateStorageAccountWithAccountParameters(String, String, String)

Initializes a new instance of the UpdateStorageAccountWithAccountParameters class.

Properties

AccessKey

Gets or sets the updated access key associated with this Azure Storage account that will be used to connect to it.

Name

Gets or sets the unique name of the Azure Storage account to update.

Suffix

Gets or sets the optional suffix for the storage account.

Methods

Validate()

Validate the object.

Applies to