Share via


CosmosDBServiceType Struct

Definition

ServiceType for the service.

public readonly struct CosmosDBServiceType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBServiceType>
type CosmosDBServiceType = struct
Public Structure CosmosDBServiceType
Implements IEquatable(Of CosmosDBServiceType)
Inheritance
CosmosDBServiceType
Implements

Constructors

CosmosDBServiceType(String)

Initializes a new instance of CosmosDBServiceType.

Properties

DataTransfer

DataTransfer.

GraphApiCompute

GraphAPICompute.

MaterializedViewsBuilder

MaterializedViewsBuilder.

SqlDedicatedGateway

SqlDedicatedGateway.

Methods

Equals(CosmosDBServiceType)

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(CosmosDBServiceType, CosmosDBServiceType)

Determines if two CosmosDBServiceType values are the same.

Implicit(String to CosmosDBServiceType)

Converts a string to a CosmosDBServiceType.

Inequality(CosmosDBServiceType, CosmosDBServiceType)

Determines if two CosmosDBServiceType values are not the same.

Applies to