DevSpacesSkuTier 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 for Azure Dev Spaces Controller.
public readonly struct DevSpacesSkuTier : IEquatable<Azure.ResourceManager.DevSpaces.Models.DevSpacesSkuTier>
type DevSpacesSkuTier = struct
Public Structure DevSpacesSkuTier
Implements IEquatable(Of DevSpacesSkuTier)
- Inheritance
-
DevSpacesSkuTier
- Implements
Constructors
DevSpacesSkuTier(String) |
Initializes a new instance of DevSpacesSkuTier. |
Properties
Standard |
Standard. |
Methods
Equals(DevSpacesSkuTier) |
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(DevSpacesSkuTier, DevSpacesSkuTier) |
Determines if two DevSpacesSkuTier values are the same. |
Implicit(String to DevSpacesSkuTier) |
Converts a string to a DevSpacesSkuTier. |
Inequality(DevSpacesSkuTier, DevSpacesSkuTier) |
Determines if two DevSpacesSkuTier values are not the same. |
Applies to
Azure SDK for .NET