Freigeben über


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

Name Description
IotHubSku(String)

Initializes a new instance of IotHubSku.

Properties

Name Description
B1

B1.

B2

B2.

B3

B3.

F1

F1.

Gen2

GEN2.

S1

S1.

S2

S2.

S3

S3.

Methods

Name Description
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

Name Description
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