ClusterLibraryCategory Struct

Definition

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