ArmDataLakeAnalyticsModelFactory.StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent Method
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 static Azure.ResourceManager.DataLakeAnalytics.Models.StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent(string name = default, string accessKey = default, string suffix = default);
static member StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent : string * string * string -> Azure.ResourceManager.DataLakeAnalytics.Models.StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent
Public Shared Function StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent (Optional name As String = Nothing, Optional accessKey As String = Nothing, Optional suffix As String = Nothing) As StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent
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
- suffix
- String
The optional suffix for the storage account. Serialized Name: AddStorageAccountWithAccountParameters.properties.suffix
Returns
A new StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent instance for mocking.