Uses of Class
com.azure.resourcemanager.appservice.models.Correlation
Packages that use Correlation
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of Correlation in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CorrelationModifier and TypeMethodDescriptionWorkflowRunInner.correlation()
Get the correlation property: The run correlation.WorkflowRunProperties.correlation()
Get the correlation property: The run correlation.WorkflowTriggerHistoryInner.correlation()
Get the correlation property: The run correlation.WorkflowTriggerHistoryProperties.correlation()
Get the correlation property: The run correlation.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CorrelationModifier and TypeMethodDescriptionWorkflowRunInner.withCorrelation
(Correlation correlation) Set the correlation property: The run correlation.WorkflowRunProperties.withCorrelation
(Correlation correlation) Set the correlation property: The run correlation.WorkflowTriggerHistoryInner.withCorrelation
(Correlation correlation) Set the correlation property: The run correlation.WorkflowTriggerHistoryProperties.withCorrelation
(Correlation correlation) Set the correlation property: The run correlation. -
Uses of Correlation in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CorrelationModifier and TypeMethodDescriptionWorkflowRunTrigger.correlation()
Get the correlation property: The run correlation.static Correlation
Correlation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Correlation from the JsonReader.Correlation.withClientTrackingId
(String clientTrackingId) Set the clientTrackingId property: The client tracking id.Methods in com.azure.resourcemanager.appservice.models with parameters of type CorrelationModifier and TypeMethodDescriptionWorkflowRunTrigger.withCorrelation
(Correlation correlation) Set the correlation property: The run correlation.