Freigeben über


ArmDataLakeAnalyticsModelFactory.StorageAccountForDataLakeAnalyticsAccountCreateOrUpdateContent Method

Definition

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.

Applies to