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