DedicatedGatewayType Struct

Definition

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