次の方法で共有


SkuTier Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.avs.models.SkuTier

public enum SkuTier
extends Enum<SkuTier>

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

Fields

BASIC

The Basic service tier.

FREE

The Free service tier.

PREMIUM

The Premium service tier.

STANDARD

The Standard service tier.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static SkuTier fromString(String value)

Parses a serialized value to a SkuTier instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static SkuTier valueOf(String name)

Parameters

name
String

Returns

values()

public static SkuTier[] values()

Returns

Applies to