Uses of Class
com.azure.resourcemanager.appservice.models.ExpressionRoot
Packages that use ExpressionRoot
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ExpressionRoot in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ExpressionRootModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<ExpressionRoot> WorkflowRunActionRepetitionsClient.listExpressionTraces
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Lists a workflow run expression trace.com.azure.core.http.rest.PagedIterable
<ExpressionRoot> WorkflowRunActionRepetitionsClient.listExpressionTraces
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, com.azure.core.util.Context context) Lists a workflow run expression trace.com.azure.core.http.rest.PagedIterable
<ExpressionRoot> WorkflowRunActionsClient.listExpressionTraces
(String resourceGroupName, String name, String workflowName, String runName, String actionName) Lists a workflow run expression trace.com.azure.core.http.rest.PagedIterable
<ExpressionRoot> WorkflowRunActionsClient.listExpressionTraces
(String resourceGroupName, String name, String workflowName, String runName, String actionName, com.azure.core.util.Context context) Lists a workflow run expression trace.com.azure.core.http.rest.PagedFlux
<ExpressionRoot> WorkflowRunActionRepetitionsClient.listExpressionTracesAsync
(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName) Lists a workflow run expression trace.com.azure.core.http.rest.PagedFlux
<ExpressionRoot> WorkflowRunActionsClient.listExpressionTracesAsync
(String resourceGroupName, String name, String workflowName, String runName, String actionName) Lists a workflow run expression trace. -
Uses of ExpressionRoot in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ExpressionRootModifier and TypeMethodDescriptionstatic ExpressionRoot
ExpressionRoot.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExpressionRoot from the JsonReader.ExpressionRoot.withError
(AzureResourceErrorInfo error) Set the error property: The azure resource error info.Set the path property: The path.ExpressionRoot.withSubexpressions
(List<Expression> subexpressions) Set the subexpressions property: The sub expressions.Set the text property: The text.Set the value property: Anything.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ExpressionRootModifier and TypeMethodDescriptionExpressionTraces.inputs()
Get the inputs property: The inputs property.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ExpressionRootModifier and TypeMethodDescriptionExpressionTraces.withInputs
(List<ExpressionRoot> inputs) Set the inputs property: The inputs property.