Udostępnij przez


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

Name Description
ServiceConnectionType(String)

Initializes a new instance of ServiceConnectionType.

Properties

Name Description
None

None.

Vpn

VPN.

Methods

Name Description
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

Name Description
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