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
AvailableLabServicesSkuTier(String) |
Initializes a new instance of AvailableLabServicesSkuTier. |
Properties
Premium |
Premium. |
Standard |
Standard. |
Methods
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
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. |
Applies to
Azure SDK for .NET