다음을 통해 공유


IntervalUnit Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.storage.models.IntervalUnit

public enum IntervalUnit
extends Enum<IntervalUnit>

Run interval unit of task execution. This is a required field when ExecutionTrigger.properties.type is 'OnSchedule'; this property should not be present when ExecutionTrigger.properties.type is 'RunOnce'.

Fields

DAYS

Enum value Days.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static IntervalUnit fromString(String value)

Parses a serialized value to a IntervalUnit instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static IntervalUnit valueOf(String name)

Parameters

name
String

Returns

values()

public static IntervalUnit[] values()

Returns

Applies to