Share via


UpdateStorageAccountParameters Class

Definition

The parameters used to update an Azure Storage account.

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

Constructors

UpdateStorageAccountParameters()

Initializes a new instance of the UpdateStorageAccountParameters class.

UpdateStorageAccountParameters(String, String)

Initializes a new instance of the UpdateStorageAccountParameters class.

Properties

AccessKey

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

Suffix

Gets or sets the optional suffix for the storage account.

Applies to