UpdateStorageAccountWithAccountParameters 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
UpdateStorageAccountWithAccountParameters() |
Initializes a new instance of the UpdateStorageAccountWithAccountParameters class. |
UpdateStorageAccountWithAccountParameters(String, String, String) |
Initializes a new instance of the UpdateStorageAccountWithAccountParameters class. |
UpdateStorageAccountWithAccountParameters()
Initializes a new instance of the UpdateStorageAccountWithAccountParameters class.
public UpdateStorageAccountWithAccountParameters ();
Public Sub New ()
Applies to
UpdateStorageAccountWithAccountParameters(String, String, String)
Initializes a new instance of the UpdateStorageAccountWithAccountParameters class.
public UpdateStorageAccountWithAccountParameters (string name, string accessKey = default, string suffix = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters : string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.UpdateStorageAccountWithAccountParameters
Public Sub New (name As String, Optional accessKey As String = Nothing, Optional suffix As String = Nothing)
Parameters
- name
- String
The unique name of the Azure Storage account to update.
- accessKey
- String
The updated 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