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

ValidationLevel Class

public final class ValidationLevel
extends ExpandableStringEnum<ValidationLevel>

The level of validation performed on the deployment.

Field Summary

Modifier and Type Field and Description
static final ValidationLevel PROVIDER

Static value Provider for ValidationLevel.

static final ValidationLevel PROVIDER_NO_RBAC

Static value ProviderNoRbac for ValidationLevel.

static final ValidationLevel TEMPLATE

Static value Template for ValidationLevel.

Constructor Summary

Constructor Description
ValidationLevel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ValidationLevel value.

Method Summary

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

Creates or finds a ValidationLevel from its string representation.

static Collection<ValidationLevel> values()

Gets known ValidationLevel values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

PROVIDER

public static final ValidationLevel PROVIDER

Static value Provider for ValidationLevel.

PROVIDER_NO_RBAC

public static final ValidationLevel PROVIDER_NO_RBAC

Static value ProviderNoRbac for ValidationLevel.

TEMPLATE

public static final ValidationLevel TEMPLATE

Static value Template for ValidationLevel.

Constructor Details

ValidationLevel

@Deprecated
public ValidationLevel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ValidationLevel value.

Method Details

fromString

public static ValidationLevel fromString(String name)

Creates or finds a ValidationLevel from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ValidationLevel.

values

public static Collection values()

Gets known ValidationLevel values.

Returns:

known ValidationLevel values.

Applies to