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

Name Description
ConnectorOffer(String)

Initializes a new instance of ConnectorOffer.

Properties

Name Description
Small

Small.

Methods

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

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