Udostępnij za pośrednictwem


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

BotServiceSkuName(String)

Initializes a new instance of BotServiceSkuName.

Properties

F0

F0.

S1

S1.

Methods

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

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