Share via


AddStorageAccountParameters Class

Definition

Storage account parameters for a storage account being added to a Data Lake Analytics account.

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

Constructors

Name Description
AddStorageAccountParameters()

Initializes a new instance of the AddStorageAccountParameters class.

AddStorageAccountParameters(String, String)

Initializes a new instance of the AddStorageAccountParameters class.

Properties

Name Description
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

Name Description
Validate()

Validate the object.

Applies to