Delen via


ServiceConnectionType Struct

Definition

How to connect to the azure services needed for running the cluster.

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

Constructors

ServiceConnectionType(String)

Initializes a new instance of ServiceConnectionType.

Properties

None

None.

Vpn

VPN.

Methods

Equals(ServiceConnectionType)

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(ServiceConnectionType, ServiceConnectionType)

Determines if two ServiceConnectionType values are the same.

Implicit(String to ServiceConnectionType)

Converts a string to a ServiceConnectionType.

Inequality(ServiceConnectionType, ServiceConnectionType)

Determines if two ServiceConnectionType values are not the same.

Applies to