ConnectivityType Struct

Definition

SQL Server connectivity option.

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

Fields

Local
Private
Public

Methods

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

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

Equals(ConnectivityType)

Compares values of enum type ConnectivityType

Equals(Object)

Compares values of enum type ConnectivityType (override for Object)

GetHashCode()

Returns hashCode for enum ConnectivityType

ToString()

Returns string representation for ConnectivityType

Operators

Equality(ConnectivityType, ConnectivityType)

Overriding == operator for enum ConnectivityType

Implicit(ConnectivityType to String)

Implicit operator to convert ConnectivityType to string

Implicit(String to ConnectivityType)

Implicit operator to convert string to ConnectivityType

Inequality(ConnectivityType, ConnectivityType)

Overriding != operator for enum ConnectivityType

Applies to