SkuName 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.
Indicates the Dev Box compute.
public readonly struct SkuName : IEquatable<Azure.Developer.DevCenter.Models.SkuName>
type SkuName = struct
Public Structure SkuName
Implements IEquatable(Of SkuName)
- Inheritance
-
SkuName
- Implements
Constructors
SkuName(String) |
Initializes a new instance of SkuName. |
Properties
GeneralA16c64gb1024ssdV2 |
AMD, 16 vCPU, 64 GB RAM, 1024 GB Storage. |
GeneralA16c64gb2048ssdV2 |
AMD, 16 vCPU, 64 GB RAM, 2048 GB Storage. |
GeneralA16c64gb256ssdV2 |
AMD, 16 vCPU, 64 GB RAM, 256 GB Storage. |
GeneralA16c64gb512ssdV2 |
AMD, 16 vCPU, 64 GB RAM, 512 GB Storage. |
GeneralA32c128gb1024ssdV2 |
AMD, 32 vCPU, 128 GB RAM, 1024 GB Storage. |
GeneralA32c128gb2048ssdV2 |
AMD, 32 vCPU, 128 GB RAM, 2048 GB Storage. |
GeneralA32c128gb512ssdV2 |
AMD, 32 vCPU, 128 GB RAM, 512 GB Storage. |
GeneralA8c32gb1024ssdV2 |
AMD, 8 vCPU, 32 GB RAM, 1024 GB Storage. |
GeneralA8c32gb2048ssdV2 |
AMD, 8 vCPU, 32 GB RAM, 2048 GB Storage. |
GeneralA8c32gb256ssdV2 |
AMD, 8 vCPU, 32 GB RAM, 256 GB Storage. |
GeneralA8c32gb512ssdV2 |
AMD, 8 vCPU, 32 GB RAM, 512 GB Storage. |
GeneralI16c64gb1024ssdV2 |
Intel, 16 vCPU, 64 GB RAM, 1024 GB Storage. |
GeneralI16c64gb2048ssdV2 |
Intel, 16 vCPU, 64 GB RAM, 2048 GB Storage. |
GeneralI16c64gb256ssdV2 |
Intel, 16 vCPU, 64 GB RAM, 256 GB Storage. |
GeneralI16c64gb512ssdV2 |
Intel, 16 vCPU, 64 GB RAM, 512 GB Storage. |
GeneralI32c128gb1024ssdV2 |
Intel, 32 vCPU, 128 GB RAM, 1024 GB Storage. |
GeneralI32c128gb2048ssdV2 |
Intel, 32 vCPU, 128 GB RAM, 2048 GB Storage. |
GeneralI32c128gb512ssdV2 |
Intel, 32 vCPU, 128 GB RAM, 512 GB Storage. |
GeneralI8c32gb1024ssdV2 |
Intel, 8 vCPU, 32 GB RAM, 1024 GB Storage. |
GeneralI8c32gb2048ssdV2 |
Intel, 8 vCPU, 32 GB RAM, 2048 GB Storage. |
GeneralI8c32gb256ssdV2 |
Intel, 8 vCPU, 32 GB RAM, 256 GB Storage. |
GeneralI8c32gb512ssdV2 |
Intel, 8 vCPU, 32 GB RAM, 512 GB Storage. |
Methods
Equals(SkuName) |
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(SkuName, SkuName) |
Determines if two SkuName values are the same. |
Implicit(String to SkuName) |
Converts a string to a SkuName. |
Inequality(SkuName, SkuName) |
Determines if two SkuName values are not the same. |
Applies to
Azure SDK for .NET