ConnectorOffer Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET