Megosztás a következőn keresztül:


BotServiceSkuTier Struct

Definition

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