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