ServiceConnectionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET