DataLakeAnalyticsResourceType Struct
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.
The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts Serialized Name: CheckNameAvailabilityParametersType
public readonly struct DataLakeAnalyticsResourceType : IEquatable<Azure.ResourceManager.DataLakeAnalytics.Models.DataLakeAnalyticsResourceType>
type DataLakeAnalyticsResourceType = struct
Public Structure DataLakeAnalyticsResourceType
Implements IEquatable(Of DataLakeAnalyticsResourceType)
- Inheritance
-
DataLakeAnalyticsResourceType
- Implements
Constructors
DataLakeAnalyticsResourceType(String) |
Initializes a new instance of DataLakeAnalyticsResourceType. |
Properties
MicrosoftDataLakeAnalyticsAccounts |
Microsoft.DataLakeAnalytics/accounts Serialized Name: CheckNameAvailabilityParametersType.Microsoft.DataLakeAnalytics/accounts |
Methods
Equals(DataLakeAnalyticsResourceType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataLakeAnalyticsResourceType, DataLakeAnalyticsResourceType) |
Determines if two DataLakeAnalyticsResourceType values are the same. |
Implicit(String to DataLakeAnalyticsResourceType) |
Converts a string to a DataLakeAnalyticsResourceType. |
Inequality(DataLakeAnalyticsResourceType, DataLakeAnalyticsResourceType) |
Determines if two DataLakeAnalyticsResourceType values are not the same. |
Applies to
Azure SDK for .NET