Uses of Class
com.azure.resourcemanager.appservice.models.RetryHistory
Packages that use RetryHistory
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RetryHistory in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type RetryHistoryModifier and TypeMethodDescriptionWorkflowRunActionInner.retryHistory()Get the retryHistory property: Gets the retry histories.WorkflowRunActionProperties.retryHistory()Get the retryHistory property: Gets the retry histories.WorkflowRunActionRepetitionDefinitionInner.retryHistory()Get the retryHistory property: Gets the retry histories.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type RetryHistoryModifier and TypeMethodDescriptionWorkflowRunActionInner.withRetryHistory(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories.WorkflowRunActionProperties.withRetryHistory(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories.WorkflowRunActionRepetitionDefinitionInner.withRetryHistory(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories.WorkflowRunActionRepetitionProperties.withRetryHistory(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories. -
Uses of RetryHistory in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RetryHistoryModifier and TypeMethodDescriptionstatic RetryHistoryRetryHistory.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RetryHistory from the JsonReader.RetryHistory.withClientRequestId(String clientRequestId) Set the clientRequestId property: Gets the client request Id.Set the code property: Gets the status code.RetryHistory.withEndTime(OffsetDateTime endTime) Set the endTime property: Gets the end time.RetryHistory.withError(com.azure.core.management.exception.ManagementError error) Set the error property: Gets the error response.RetryHistory.withServiceRequestId(String serviceRequestId) Set the serviceRequestId property: Gets the service request Id.RetryHistory.withStartTime(OffsetDateTime startTime) Set the startTime property: Gets the start time.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type RetryHistoryModifier and TypeMethodDescriptionOperationResult.retryHistory()Get the retryHistory property: Gets the retry histories.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type RetryHistoryModifier and TypeMethodDescriptionOperationResult.withRetryHistory(List<RetryHistory> retryHistory) Set the retryHistory property: Gets the retry histories.