Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionRepetitionDefinitionInner
Packages that use WorkflowRunActionRepetitionDefinitionInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowRunActionRepetitionDefinitionInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WorkflowRunActionRepetitionDefinitionInnerModifier and TypeMethodDescriptionWorkflowRunActionRepetitionsClient.get
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.WorkflowRunActionScopeRepetitionsClient.get
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action scoped repetition.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WorkflowRunActionRepetitionDefinitionInnerModifier and TypeMethodDescriptionWorkflowRunActionRepetitionsClient.getAsync
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.WorkflowRunActionScopeRepetitionsClient.getAsync
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action scoped repetition.com.azure.core.http.rest.Response
<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionRepetitionsClient.getWithResponse
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, com.azure.core.util.Context context) Get a workflow run action repetition.com.azure.core.http.rest.Response
<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionScopeRepetitionsClient.getWithResponse
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, com.azure.core.util.Context context) Get a workflow run action scoped repetition.Mono
<com.azure.core.http.rest.Response<WorkflowRunActionRepetitionDefinitionInner>> WorkflowRunActionRepetitionsClient.getWithResponseAsync
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action repetition.Mono
<com.azure.core.http.rest.Response<WorkflowRunActionRepetitionDefinitionInner>> WorkflowRunActionScopeRepetitionsClient.getWithResponseAsync
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Get a workflow run action scoped repetition.com.azure.core.http.rest.PagedIterable
<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionRepetitionsClient.list
(String resourceGroupName, String name, String workflowName, String runName, String actionName) Get all of a workflow run action repetitions.com.azure.core.http.rest.PagedIterable
<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionRepetitionsClient.list
(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) Get all of a workflow run action repetitions.com.azure.core.http.rest.PagedIterable
<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionScopeRepetitionsClient.list
(String resourceGroupName, String name, String workflowName, String runName, String actionName) List the workflow run action scoped repetitions.com.azure.core.http.rest.PagedIterable
<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionScopeRepetitionsClient.list
(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) List the workflow run action scoped repetitions.com.azure.core.http.rest.PagedFlux
<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionRepetitionsClient.listAsync
(String resourceGroupName, String name, String workflowName, String runName, String actionName) Get all of a workflow run action repetitions.com.azure.core.http.rest.PagedFlux
<WorkflowRunActionRepetitionDefinitionInner> WorkflowRunActionScopeRepetitionsClient.listAsync
(String resourceGroupName, String name, String workflowName, String runName, String actionName) List the workflow run action scoped repetitions. -
Uses of WorkflowRunActionRepetitionDefinitionInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowRunActionRepetitionDefinitionInnerModifier and TypeMethodDescriptionWorkflowRunActionRepetitionDefinitionInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowRunActionRepetitionDefinitionInner from the JsonReader.Set the code property: The workflow scope repetition code.WorkflowRunActionRepetitionDefinitionInner.withCorrelation
(RunActionCorrelation correlation) Set the correlation property: The correlation properties.WorkflowRunActionRepetitionDefinitionInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end time of the workflow scope repetition.Set the error property: Anything.WorkflowRunActionRepetitionDefinitionInner.withIterationCount
(Integer iterationCount) Set the iterationCount property: The iterationCount property.WorkflowRunActionRepetitionDefinitionInner.withLocation
(String location) WorkflowRunActionRepetitionDefinitionInner.withRepetitionIndexes
(List<RepetitionIndex> repetitionIndexes) Set the repetitionIndexes property: The repetition indexes.WorkflowRunActionRepetitionDefinitionInner.withRetryHistory
(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories.WorkflowRunActionRepetitionDefinitionInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start time of the workflow scope repetition.WorkflowRunActionRepetitionDefinitionInner.withStatus
(WorkflowStatus status) Set the status property: The status of the workflow scope repetition. -
Uses of WorkflowRunActionRepetitionDefinitionInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WorkflowRunActionRepetitionDefinitionInnerModifier and TypeMethodDescriptionWorkflowRunActionRepetitionDefinitionCollection.value()
Get the value property: The value property.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WorkflowRunActionRepetitionDefinitionInnerModifier and TypeMethodDescriptionWorkflowRunActionRepetitionDefinitionCollection.withValue
(List<WorkflowRunActionRepetitionDefinitionInner> value) Set the value property: The value property.