AzureVmCategory

enum AzureVmCategory : Enum<AzureVmCategory> , ConvertibleToJava<AzureVmCategory>

Gets or sets azure VM category.

Entries

Link copied to clipboard

Indicates All categories of VM.

Link copied to clipboard

Compute Optimized.

Link copied to clipboard

General Purpose.

Link copied to clipboard

GPU Optimized.

Link copied to clipboard

High Performance Compute.

Link copied to clipboard

Memory Optimized.

Link copied to clipboard

Storage Optimized.

Link copied to clipboard

Isolated VM.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: AzureVmCategory
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): AzureVmCategory
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.