AvailableLabServicesSkuTier 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 tier of the SKU.
public readonly struct AvailableLabServicesSkuTier : IEquatable<Azure.ResourceManager.LabServices.Models.AvailableLabServicesSkuTier>
type AvailableLabServicesSkuTier = struct
Public Structure AvailableLabServicesSkuTier
Implements IEquatable(Of AvailableLabServicesSkuTier)
- Inheritance
-
AvailableLabServicesSkuTier
- Implements
Constructors
| Name | Description |
|---|---|
| AvailableLabServicesSkuTier(String) |
Initializes a new instance of AvailableLabServicesSkuTier. |
Properties
| Name | Description |
|---|---|
| Premium |
Premium. |
| Standard |
Standard. |
Methods
| Name | Description |
|---|---|
| Equals(AvailableLabServicesSkuTier) |
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(AvailableLabServicesSkuTier, AvailableLabServicesSkuTier) |
Determines if two AvailableLabServicesSkuTier values are the same. |
| Implicit(String to AvailableLabServicesSkuTier) |
Converts a String to a AvailableLabServicesSkuTier. |
| Inequality(AvailableLabServicesSkuTier, AvailableLabServicesSkuTier) |
Determines if two AvailableLabServicesSkuTier values are not the same. |