DataLakeAnalyticsAccountNameAvailabilityContent 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 DataLakeAnalyticsAccountNameAvailabilityContent.
public DataLakeAnalyticsAccountNameAvailabilityContent (string name, Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsResourceType resourceType);
new Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountNameAvailabilityContent : string * Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsResourceType -> Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsAccountNameAvailabilityContent
Public Sub New (name As String, resourceType As DataLakeAnalyticsResourceType)
Parameters
- name
- String
The Data Lake Analytics name to check availability for. Serialized Name: CheckNameAvailabilityParameters.name
- resourceType
- DataLakeAnalyticsResourceType
The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts Serialized Name: CheckNameAvailabilityParameters.type
Exceptions
name
is null.
Applies to
Azure SDK for .NET