Condividi tramite


BotServiceSkuName Struct

Definition

The name of SKU.

public readonly struct BotServiceSkuName : IEquatable<Azure.ResourceManager.BotService.Models.BotServiceSkuName>
type BotServiceSkuName = struct
Public Structure BotServiceSkuName
Implements IEquatable(Of BotServiceSkuName)
Inheritance
BotServiceSkuName
Implements

Constructors

Name Description
BotServiceSkuName(String)

Initializes a new instance of BotServiceSkuName.

Properties

Name Description
F0

F0.

S1

S1.

Methods

Name Description
Equals(BotServiceSkuName)

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(BotServiceSkuName, BotServiceSkuName)

Determines if two BotServiceSkuName values are the same.

Implicit(String to BotServiceSkuName)

Converts a String to a BotServiceSkuName.

Inequality(BotServiceSkuName, BotServiceSkuName)

Determines if two BotServiceSkuName values are not the same.

Applies to