BotServiceSkuTier 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.
Gets the sku tier. This is based on the SKU name.
public readonly struct BotServiceSkuTier : IEquatable<Azure.ResourceManager.BotService.Models.BotServiceSkuTier>
type BotServiceSkuTier = struct
Public Structure BotServiceSkuTier
Implements IEquatable(Of BotServiceSkuTier)
- Inheritance
-
BotServiceSkuTier
- Implements
Constructors
BotServiceSkuTier(String) |
Initializes a new instance of BotServiceSkuTier. |
Properties
Free |
Free. |
Standard |
Standard. |
Methods
Equals(BotServiceSkuTier) |
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(BotServiceSkuTier, BotServiceSkuTier) |
Determines if two BotServiceSkuTier values are the same. |
Implicit(String to BotServiceSkuTier) |
Converts a string to a BotServiceSkuTier. |
Inequality(BotServiceSkuTier, BotServiceSkuTier) |
Determines if two BotServiceSkuTier values are not the same. |
Applies to
Azure SDK for .NET