ClusterLibraryCategory 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 ClusterLibraryCategory.
public readonly struct ClusterLibraryCategory : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.ClusterLibraryCategory>
type ClusterLibraryCategory = struct
Public Structure ClusterLibraryCategory
Implements IEquatable(Of ClusterLibraryCategory)
- Inheritance
-
ClusterLibraryCategory
- Implements
Constructors
ClusterLibraryCategory(String) |
Initializes a new instance of ClusterLibraryCategory. |
Properties
Custom |
custom. |
Predefined |
predefined. |
Methods
Equals(ClusterLibraryCategory) |
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(ClusterLibraryCategory, ClusterLibraryCategory) |
Determines if two ClusterLibraryCategory values are the same. |
Implicit(String to ClusterLibraryCategory) |
Converts a string to a ClusterLibraryCategory. |
Inequality(ClusterLibraryCategory, ClusterLibraryCategory) |
Determines if two ClusterLibraryCategory values are not the same. |
Applies to
Azure SDK for .NET