Share via


ConnectorOffer Struct

Definition

The cassandra connector offer type for the Cosmos DB C* database account.

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

Constructors

ConnectorOffer(String)

Initializes a new instance of ConnectorOffer.

Properties

Small

Small.

Methods

Equals(ConnectorOffer)

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

Determines if two ConnectorOffer values are the same.

Implicit(String to ConnectorOffer)

Converts a string to a ConnectorOffer.

Inequality(ConnectorOffer, ConnectorOffer)

Determines if two ConnectorOffer values are not the same.

Applies to