ComputeInstanceAuthorizationType 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 Compute Instance Authorization type. Available values are personal (default).
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationTypeTypeConverter))]
public struct ComputeInstanceAuthorizationType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ComputeInstanceAuthorizationTypeTypeConverter))>]
type ComputeInstanceAuthorizationType = struct
interface IArgumentCompleter
Public Structure ComputeInstanceAuthorizationType
Implements IArgumentCompleter, IEquatable(Of ComputeInstanceAuthorizationType)
- Inheritance
-
ComputeInstanceAuthorizationType
- Attributes
- Implements
Fields
Personal |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ComputeInstanceAuthorizationType) |
Compares values of enum type ComputeInstanceAuthorizationType |
Equals(Object) |
Compares values of enum type ComputeInstanceAuthorizationType (override for Object) |
GetHashCode() |
Returns hashCode for enum ComputeInstanceAuthorizationType |
ToString() |
Returns string representation for ComputeInstanceAuthorizationType |
Operators
Equality(ComputeInstanceAuthorizationType, ComputeInstanceAuthorizationType) |
Overriding == operator for enum ComputeInstanceAuthorizationType |
Implicit(ComputeInstanceAuthorizationType to String) |
Implicit operator to convert ComputeInstanceAuthorizationType to string |
Implicit(String to ComputeInstanceAuthorizationType) |
Implicit operator to convert string to ComputeInstanceAuthorizationType |
Inequality(ComputeInstanceAuthorizationType, ComputeInstanceAuthorizationType) |
Overriding != operator for enum ComputeInstanceAuthorizationType |