Uses of Class
com.azure.resourcemanager.appservice.models.RepetitionIndex
Packages that use RepetitionIndex
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RepetitionIndex in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type RepetitionIndexModifier and TypeMethodDescriptionWorkflowRunActionRepetitionDefinitionInner.repetitionIndexes()
Get the repetitionIndexes property: The repetition indexes.WorkflowRunActionRepetitionProperties.repetitionIndexes()
Get the repetitionIndexes property: The repetition indexes.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type RepetitionIndexModifier and TypeMethodDescriptionWorkflowRunActionRepetitionDefinitionInner.withRepetitionIndexes
(List<RepetitionIndex> repetitionIndexes) Set the repetitionIndexes property: The repetition indexes.WorkflowRunActionRepetitionProperties.withRepetitionIndexes
(List<RepetitionIndex> repetitionIndexes) Set the repetitionIndexes property: The repetition indexes. -
Uses of RepetitionIndex in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RepetitionIndexModifier and TypeMethodDescriptionstatic RepetitionIndex
RepetitionIndex.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RepetitionIndex from the JsonReader.RepetitionIndex.withItemIndex
(int itemIndex) Set the itemIndex property: The index.RepetitionIndex.withScopeName
(String scopeName) Set the scopeName property: The scope.