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