CosmosDBConnectionMode 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.
The connection mode used to access CosmosDB account. Type: string.
public readonly struct CosmosDBConnectionMode : IEquatable<Azure.ResourceManager.DataFactory.Models.CosmosDBConnectionMode>
type CosmosDBConnectionMode = struct
Public Structure CosmosDBConnectionMode
Implements IEquatable(Of CosmosDBConnectionMode)
- Inheritance
-
CosmosDBConnectionMode
- Implements
Constructors
CosmosDBConnectionMode(String) |
Initializes a new instance of CosmosDBConnectionMode. |
Properties
Direct |
Direct. |
Gateway |
Gateway. |
Methods
Equals(CosmosDBConnectionMode) |
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(CosmosDBConnectionMode, CosmosDBConnectionMode) |
Determines if two CosmosDBConnectionMode values are the same. |
Implicit(String to CosmosDBConnectionMode) |
Converts a String to a CosmosDBConnectionMode. |
Inequality(CosmosDBConnectionMode, CosmosDBConnectionMode) |
Determines if two CosmosDBConnectionMode values are not the same. |
Applies to
Azure SDK for .NET