Freigeben über


ArmDataLakeAnalyticsModelFactory.DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent Method

Definition

public static Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent(string name = default, string suffix = default);
static member DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent : string * string -> Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent
Public Shared Function DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent (Optional name As String = Nothing, Optional suffix As String = Nothing) As DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent

Parameters

name
String

The unique name of the Data Lake Store account to add. Serialized Name: AddDataLakeStoreWithAccountParameters.name

suffix
String

The optional suffix for the Data Lake Store account. Serialized Name: AddDataLakeStoreWithAccountParameters.properties.suffix

Returns

A new DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent instance for mocking.

Applies to