ArmDataLakeAnalyticsModelFactory.DataLakeStoreForDataLakeAnalyticsAccountUpdateContent 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 DataLakeStoreForDataLakeAnalyticsAccountUpdateContent.
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.