Condividi tramite


RepetitionIndex Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.RepetitionIndex

Implements

public final class RepetitionIndex
implements JsonSerializable<RepetitionIndex>

The workflow run action repetition index.

Method Summary

Modifier and Type Method and Description
static RepetitionIndex fromJson(JsonReader jsonReader)

Reads an instance of RepetitionIndex from the JsonReader.

int itemIndex()

Get the itemIndex property: The index.

String scopeName()

Get the scopeName property: The scope.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static RepetitionIndex fromJson(JsonReader jsonReader)

Reads an instance of RepetitionIndex from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RepetitionIndex if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

itemIndex

public int itemIndex()

Get the itemIndex property: The index.

Returns:

the itemIndex value.

scopeName

public String scopeName()

Get the scopeName property: The scope.

Returns:

the scopeName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to