Aracılığıyla paylaş


AddStorageAccountWithAccountParameters Constructors

Definition

Overloads

AddStorageAccountWithAccountParameters()

Initializes a new instance of the AddStorageAccountWithAccountParameters class.

AddStorageAccountWithAccountParameters(String, String, String)

Initializes a new instance of the AddStorageAccountWithAccountParameters class.

AddStorageAccountWithAccountParameters()

Initializes a new instance of the AddStorageAccountWithAccountParameters class.

public AddStorageAccountWithAccountParameters ();
Public Sub New ()

Applies to

AddStorageAccountWithAccountParameters(String, String, String)

Initializes a new instance of the AddStorageAccountWithAccountParameters class.

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

Parameters

name
String

The unique name of the Azure Storage account to add.

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