Aracılığıyla paylaş


AddStorageAccountWithAccountParameters Class

Definition

The parameters used to add a new Azure Storage account while creating a new Data Lake Analytics account.

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

Constructors

AddStorageAccountWithAccountParameters()

Initializes a new instance of the AddStorageAccountWithAccountParameters class.

AddStorageAccountWithAccountParameters(String, String, String)

Initializes a new instance of the AddStorageAccountWithAccountParameters class.

Properties

AccessKey

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

Suffix

Gets or sets the optional suffix for the storage account.

Methods

Validate()

Validate the object.

Applies to