Condividi tramite


ArmDataLakeAnalyticsModelFactory.DataLakeStoreForDataLakeAnalyticsAccountUpdateContent Method

Definition

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

Parameters

name
String

The unique name of the Data Lake Store account to update. Serialized Name: UpdateDataLakeStoreWithAccountParameters.name

suffix
String

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

Returns

A new DataLakeStoreForDataLakeAnalyticsAccountUpdateContent instance for mocking.

Applies to