Uses of Class
com.azure.resourcemanager.appservice.models.RunActionCorrelation
Packages that use RunActionCorrelation
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of RunActionCorrelation in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RunActionCorrelationModifier and TypeMethodDescriptionWorkflowRunActionInner.correlation()
Get the correlation property: The correlation properties.WorkflowRunActionProperties.correlation()
Get the correlation property: The correlation properties.WorkflowRunActionRepetitionDefinitionInner.correlation()
Get the correlation property: The correlation properties.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type RunActionCorrelationModifier and TypeMethodDescriptionWorkflowRunActionInner.withCorrelation
(RunActionCorrelation correlation) Set the correlation property: The correlation properties.WorkflowRunActionProperties.withCorrelation
(RunActionCorrelation correlation) Set the correlation property: The correlation properties.WorkflowRunActionRepetitionDefinitionInner.withCorrelation
(RunActionCorrelation correlation) Set the correlation property: The correlation properties.WorkflowRunActionRepetitionProperties.withCorrelation
(RunActionCorrelation correlation) Set the correlation property: The correlation properties. -
Uses of RunActionCorrelation in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RunActionCorrelationModifier and TypeMethodDescriptionOperationResultProperties.correlation()
Get the correlation property: The correlation properties.static RunActionCorrelation
RunActionCorrelation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunActionCorrelation from the JsonReader.RunActionCorrelation.withActionTrackingId
(String actionTrackingId) Set the actionTrackingId property: The action tracking identifier.RunActionCorrelation.withClientKeywords
(List<String> clientKeywords) Set the clientKeywords property: The client keywords.RunActionCorrelation.withClientTrackingId
(String clientTrackingId) Set the clientTrackingId property: The client tracking identifier.Methods in com.azure.resourcemanager.appservice.models with parameters of type RunActionCorrelationModifier and TypeMethodDescriptionOperationResult.withCorrelation
(RunActionCorrelation correlation) Set the correlation property: The correlation properties.OperationResultProperties.withCorrelation
(RunActionCorrelation correlation) Set the correlation property: The correlation properties.