StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent Constructor
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.
Initializes a new instance of StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent.
public StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent (string name, string accessKey);
new Azure.ResourceManager.DataLakeAnalytics.Models.StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent : string * string -> Azure.ResourceManager.DataLakeAnalytics.Models.StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent
Public Sub New (name As String, accessKey As String)
Parameters
- name
- String
The unique name of the Azure Storage account to add. Serialized Name: AddStorageAccountWithAccountParameters.name
- accessKey
- String
The access key associated with this Azure Storage account that will be used to connect to it. Serialized Name: AddStorageAccountWithAccountParameters.properties.accessKey
Exceptions
name
or accessKey
is null.
Applies to
Azure SDK for .NET