ComputeType 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 type of compute
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTypeTypeConverter))]
public struct ComputeType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeTypeTypeConverter))>]
type ComputeType = struct
interface IArgumentCompleter
Public Structure ComputeType
Implements IArgumentCompleter, IEquatable(Of ComputeType)
- Inheritance
-
ComputeType
- Attributes
- Implements
Fields
Aks | |
AmlCompute | |
ComputeInstance | |
Databricks | |
DataFactory | |
DataLakeAnalytics | |
HdInsight | |
Kubernetes | |
SynapseSpark | |
VirtualMachine |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ComputeType) |
Compares values of enum type ComputeType |
Equals(Object) |
Compares values of enum type ComputeType (override for Object) |
GetHashCode() |
Returns hashCode for enum ComputeType |
ToString() |
Returns string representation for ComputeType |
Operators
Equality(ComputeType, ComputeType) |
Overriding == operator for enum ComputeType |
Implicit(ComputeType to String) |
Implicit operator to convert ComputeType to string |
Implicit(String to ComputeType) |
Implicit operator to convert string to ComputeType |
Inequality(ComputeType, ComputeType) |
Overriding != operator for enum ComputeType |