AddStorageAccountParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET