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