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