Aracılığıyla paylaş


ConnectionCategory Struct

Definition

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

ContainerRegistry
Git
PythonFeed

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

Applies to