AliasType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.resources.deployments.models.AliasType

public enum AliasType
extends Enum<AliasType>

The type of the alias.

Fields

MASK

Alias value is secret.

NOT_SPECIFIED

Alias type is unknown (same as not providing alias type).

PLAIN_TEXT

Alias value is not secret.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static AliasType fromString(String value)

Parses a serialized value to a AliasType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed AliasType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static AliasType valueOf(String name)

Parameters

name
String

Returns

values()

public static AliasType[] values()

Returns

Applies to