DedicatedGatewayType 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.
DedicatedGatewayType for the service.
public readonly struct DedicatedGatewayType : IEquatable<Azure.ResourceManager.CosmosDB.Models.DedicatedGatewayType>
type DedicatedGatewayType = struct
Public Structure DedicatedGatewayType
Implements IEquatable(Of DedicatedGatewayType)
- Inheritance
-
DedicatedGatewayType
- Implements
Constructors
DedicatedGatewayType(String) |
Initializes a new instance of DedicatedGatewayType. |
Properties
DistributedQuery |
DistributedQuery. |
IntegratedCache |
IntegratedCache. |
Methods
Equals(DedicatedGatewayType) |
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(DedicatedGatewayType, DedicatedGatewayType) |
Determines if two DedicatedGatewayType values are the same. |
Implicit(String to DedicatedGatewayType) |
Converts a String to a DedicatedGatewayType. |
Inequality(DedicatedGatewayType, DedicatedGatewayType) |
Determines if two DedicatedGatewayType values are not the same. |
Applies to
Azure SDK for .NET