Freigeben über


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

Gets the F0.

S1

Gets the 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.

Implicit(String to Nullable<BotServiceSkuName>)
Inequality(BotServiceSkuName, BotServiceSkuName)

Determines if two BotServiceSkuName values are not the same.

Applies to