你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Variant Class

public final class Variant
extends ExpandableStringEnum<Variant>

Variant of the CPU.

Field Summary

Modifier and Type Field and Description
static final Variant V6

Static value v6 for Variant.

static final Variant V7

Static value v7 for Variant.

static final Variant V8

Static value v8 for Variant.

Constructor Summary

Constructor Description
Variant()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Variant value.

Method Summary

Modifier and Type Method and Description
static Variant fromString(String name)

Creates or finds a Variant from its string representation.

static Collection<Variant> values()

Gets known Variant values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

V6

public static final Variant V6

Static value v6 for Variant.

V7

public static final Variant V7

Static value v7 for Variant.

V8

public static final Variant V8

Static value v8 for Variant.

Constructor Details

Variant

@Deprecated
public Variant()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Variant value.

Method Details

fromString

public static Variant fromString(String name)

Creates or finds a Variant from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding Variant.

values

public static Collection<Variant> values()

Gets known Variant values.

Returns:

known Variant values.

Applies to