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

Name Description
DedicatedGatewayType(String)

Initializes a new instance of DedicatedGatewayType.

Properties

Name Description
DistributedQuery

Gets the DistributedQuery.

IntegratedCache

Gets the IntegratedCache.

Methods

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

Name Description
Equality(DedicatedGatewayType, DedicatedGatewayType)

Determines if two DedicatedGatewayType values are the same.

Implicit(String to DedicatedGatewayType)

Converts a string to a DedicatedGatewayType.

Implicit(String to Nullable<DedicatedGatewayType>)
Inequality(DedicatedGatewayType, DedicatedGatewayType)

Determines if two DedicatedGatewayType values are not the same.

Applies to