Udostępnij za pośrednictwem


ServerConnectionType Struct

Definition

The server connection type.

public readonly struct ServerConnectionType : IEquatable<Azure.ResourceManager.Sql.Models.ServerConnectionType>
type ServerConnectionType = struct
Public Structure ServerConnectionType
Implements IEquatable(Of ServerConnectionType)
Inheritance
ServerConnectionType
Implements

Constructors

ServerConnectionType(String)

Initializes a new instance of ServerConnectionType.

Properties

Default

Default.

Proxy

Proxy.

Redirect

Redirect.

Methods

Equals(ServerConnectionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ServerConnectionType, ServerConnectionType)

Determines if two ServerConnectionType values are the same.

Implicit(String to ServerConnectionType)

Converts a string to a ServerConnectionType.

Inequality(ServerConnectionType, ServerConnectionType)

Determines if two ServerConnectionType values are not the same.

Applies to