AddStorageAccountParameters Class

Definition

The parameters used to add a new Azure Storage account.

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

Constructors

AddStorageAccountParameters()

Initializes a new instance of the AddStorageAccountParameters class.

AddStorageAccountParameters(String, String)

Initializes a new instance of the AddStorageAccountParameters class.

Properties

AccessKey

Gets or sets the 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.

Methods

Validate()

Validate the object.

Applies to