CosmosDBAccountOfferType 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 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
Azure SDK for .NET