IotHubSku Struct

Definition

The name of the SKU.

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

Constructors

IotHubSku(String)

Initializes a new instance of IotHubSku.

Properties

B1

B1.

B2

B2.

B3

B3.

F1

F1.

S1

S1.

S2

S2.

S3

S3.

Methods

Equals(IotHubSku)

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

Determines if two IotHubSku values are the same.

Implicit(String to IotHubSku)

Converts a string to a IotHubSku.

Inequality(IotHubSku, IotHubSku)

Determines if two IotHubSku values are not the same.

Applies to