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
| Name | Description |
|---|---|
| DevSpacesSkuName(String) |
Initializes a new instance of DevSpacesSkuName. |
Properties
| Name | Description |
|---|---|
| S1 |
S1. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |