DataLakeAnalyticsAccountCreateOrUpdateContent Constructor
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 DataLakeAnalyticsAccountCreateOrUpdateContent.
public DataLakeAnalyticsAccountCreateOrUpdateContent (Azure.Core.AzureLocation location, string defaultDataLakeStoreAccount, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent> dataLakeStoreAccounts);
new Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountCreateOrUpdateContent : Azure.Core.AzureLocation * string * seq<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent> -> Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountCreateOrUpdateContent
Public Sub New (location As AzureLocation, defaultDataLakeStoreAccount As String, dataLakeStoreAccounts As IEnumerable(Of DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent))
Parameters
- location
- AzureLocation
The resource location. Serialized Name: CreateDataLakeAnalyticsAccountParameters.location
- defaultDataLakeStoreAccount
- String
The default Data Lake Store account associated with this account. Serialized Name: CreateDataLakeAnalyticsAccountParameters.properties.defaultDataLakeStoreAccount
- dataLakeStoreAccounts
- IEnumerable<DataLakeStoreForDataLakeAnalyticsAccountCreateOrUpdateContent>
The list of Data Lake Store accounts associated with this account. Serialized Name: CreateDataLakeAnalyticsAccountParameters.properties.dataLakeStoreAccounts
Exceptions
defaultDataLakeStoreAccount
or dataLakeStoreAccounts
is null.
Applies to
Azure SDK for .NET