Share via


CosmosDBAccountOfferType Struct

Definition

The offer type for the Cosmos DB database account.

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

Constructors

CosmosDBAccountOfferType(String)

Initializes a new instance of CosmosDBAccountOfferType.

Properties

Standard

Standard.

Methods

Equals(CosmosDBAccountOfferType)

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

Determines if two CosmosDBAccountOfferType values are the same.

Implicit(String to CosmosDBAccountOfferType)

Converts a string to a CosmosDBAccountOfferType.

Inequality(CosmosDBAccountOfferType, CosmosDBAccountOfferType)

Determines if two CosmosDBAccountOfferType values are not the same.

Applies to