MachineLearningOperationName 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.
Name of the last operation.
public readonly struct MachineLearningOperationName : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOperationName>
type MachineLearningOperationName = struct
Public Structure MachineLearningOperationName
Implements IEquatable(Of MachineLearningOperationName)
- Inheritance
-
MachineLearningOperationName
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningOperationName(String) |
Initializes a new instance of MachineLearningOperationName. |
Properties
| Name | Description |
|---|---|
| Create |
Create. |
| Delete |
Delete. |
| Reimage |
Reimage. |
| Restart |
Restart. |
| Start |
Start. |
| Stop |
Stop. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningOperationName) |
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
| Name | Description |
|---|---|
| Equality(MachineLearningOperationName, MachineLearningOperationName) |
Determines if two MachineLearningOperationName values are the same. |
| Implicit(String to MachineLearningOperationName) |
Converts a String to a MachineLearningOperationName. |
| Inequality(MachineLearningOperationName, MachineLearningOperationName) |
Determines if two MachineLearningOperationName values are not the same. |