Share via


AddStorageAccountParameters Constructors

Definition

Overloads

AddStorageAccountParameters()

Initializes a new instance of the AddStorageAccountParameters class.

AddStorageAccountParameters(String, String)

Initializes a new instance of the AddStorageAccountParameters class.

AddStorageAccountParameters()

Initializes a new instance of the AddStorageAccountParameters class.

public AddStorageAccountParameters ();
Public Sub New ()

Applies to

AddStorageAccountParameters(String, String)

Initializes a new instance of the AddStorageAccountParameters class.

public AddStorageAccountParameters (string accessKey, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters : string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.AddStorageAccountParameters
Public Sub New (accessKey As String, Optional suffix As String = Nothing)

Parameters

accessKey
String

The access key associated with this Azure Storage account that will be used to connect to it.

suffix
String

The optional suffix for the storage account.

Applies to