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