LabelCategoryMultiSelect 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.
Whether multiSelect is enabled.
public readonly struct LabelCategoryMultiSelect : IEquatable<Azure.ResourceManager.MachineLearning.Models.LabelCategoryMultiSelect>
type LabelCategoryMultiSelect = struct
Public Structure LabelCategoryMultiSelect
Implements IEquatable(Of LabelCategoryMultiSelect)
- Inheritance
-
LabelCategoryMultiSelect
- Implements
Constructors
LabelCategoryMultiSelect(String) |
Initializes a new instance of LabelCategoryMultiSelect. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(LabelCategoryMultiSelect) |
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(LabelCategoryMultiSelect, LabelCategoryMultiSelect) |
Determines if two LabelCategoryMultiSelect values are the same. |
Implicit(String to LabelCategoryMultiSelect) |
Converts a string to a LabelCategoryMultiSelect. |
Inequality(LabelCategoryMultiSelect, LabelCategoryMultiSelect) |
Determines if two LabelCategoryMultiSelect values are not the same. |
Applies to
Azure SDK for .NET