Share via


ConnectionGroup Struct

Definition

Group based on connection category

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionGroupTypeConverter))]
public struct ConnectionGroup : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionGroup>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ConnectionGroupTypeConverter))>]
type ConnectionGroup = struct
    interface IArgumentCompleter
Public Structure ConnectionGroup
Implements IArgumentCompleter, IEquatable(Of ConnectionGroup)
Inheritance
ConnectionGroup
Attributes
Implements

Fields

Azure
AzureAi
Database
File
GenericProtocol
NoSql
ServicesAndApps

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ConnectionGroup)

Compares values of enum type ConnectionGroup

Equals(Object)

Compares values of enum type ConnectionGroup (override for Object)

GetHashCode()

Returns hashCode for enum ConnectionGroup

ToString()

Returns string representation for ConnectionGroup

Operators

Equality(ConnectionGroup, ConnectionGroup)

Overriding == operator for enum ConnectionGroup

Implicit(ConnectionGroup to String)

Implicit operator to convert ConnectionGroup to string

Implicit(String to ConnectionGroup)

Implicit operator to convert string to ConnectionGroup

Inequality(ConnectionGroup, ConnectionGroup)

Overriding != operator for enum ConnectionGroup

Applies to