MachineLearningQuotaUnit 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.
An enum describing the unit of quota measurement.
public readonly struct MachineLearningQuotaUnit : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningQuotaUnit>
type MachineLearningQuotaUnit = struct
Public Structure MachineLearningQuotaUnit
Implements IEquatable(Of MachineLearningQuotaUnit)
- Inheritance
-
MachineLearningQuotaUnit
- Implements
Constructors
MachineLearningQuotaUnit(String) |
Initializes a new instance of MachineLearningQuotaUnit. |
Properties
Count |
Count. |
Methods
Equals(MachineLearningQuotaUnit) |
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(MachineLearningQuotaUnit, MachineLearningQuotaUnit) |
Determines if two MachineLearningQuotaUnit values are the same. |
Implicit(String to MachineLearningQuotaUnit) |
Converts a string to a MachineLearningQuotaUnit. |
Inequality(MachineLearningQuotaUnit, MachineLearningQuotaUnit) |
Determines if two MachineLearningQuotaUnit values are not the same. |
Applies to
Azure SDK for .NET