IotHubSku Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
| Inequality(IotHubSku, IotHubSku) |
Determines if two IotHubSku values are not the same. |