Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowEnvelopeInner
Packages that use WorkflowEnvelopeInner
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 WorkflowEnvelopeInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WorkflowEnvelopeInnerModifier and TypeMethodDescriptionWebAppsClient.getInstanceWorkflowSlot
(String resourceGroupName, String name, String slot, String workflowName) Get workflow information by its ID for web site, or a deployment slot.WebAppsClient.getWorkflow
(String resourceGroupName, String name, String workflowName) Get workflow information by its ID for web site, or a deployment slot.WebAppsClient.listWorkflowsConnections
(String resourceGroupName, String name) Lists logic app's connections for web site, or a deployment slot.WebAppsClient.listWorkflowsConnectionsSlot
(String resourceGroupName, String name, String slot) Lists logic app's connections for web site, or a deployment slot.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WorkflowEnvelopeInnerModifier and TypeMethodDescriptionWebAppsClient.getInstanceWorkflowSlotAsync
(String resourceGroupName, String name, String slot, String workflowName) Get workflow information by its ID for web site, or a deployment slot.com.azure.core.http.rest.Response
<WorkflowEnvelopeInner> WebAppsClient.getInstanceWorkflowSlotWithResponse
(String resourceGroupName, String name, String slot, String workflowName, com.azure.core.util.Context context) Get workflow information by its ID for web site, or a deployment slot.Mono
<com.azure.core.http.rest.Response<WorkflowEnvelopeInner>> WebAppsClient.getInstanceWorkflowSlotWithResponseAsync
(String resourceGroupName, String name, String slot, String workflowName) Get workflow information by its ID for web site, or a deployment slot.WebAppsClient.getWorkflowAsync
(String resourceGroupName, String name, String workflowName) Get workflow information by its ID for web site, or a deployment slot.com.azure.core.http.rest.Response
<WorkflowEnvelopeInner> WebAppsClient.getWorkflowWithResponse
(String resourceGroupName, String name, String workflowName, com.azure.core.util.Context context) Get workflow information by its ID for web site, or a deployment slot.Mono
<com.azure.core.http.rest.Response<WorkflowEnvelopeInner>> WebAppsClient.getWorkflowWithResponseAsync
(String resourceGroupName, String name, String workflowName) Get workflow information by its ID for web site, or a deployment slot.com.azure.core.http.rest.PagedIterable
<WorkflowEnvelopeInner> WebAppsClient.listInstanceWorkflowsSlot
(String resourceGroupName, String name, String slot) List the workflows for a web site, or a deployment slot.com.azure.core.http.rest.PagedIterable
<WorkflowEnvelopeInner> WebAppsClient.listInstanceWorkflowsSlot
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) List the workflows for a web site, or a deployment slot.com.azure.core.http.rest.PagedFlux
<WorkflowEnvelopeInner> WebAppsClient.listInstanceWorkflowsSlotAsync
(String resourceGroupName, String name, String slot) List the workflows for a web site, or a deployment slot.com.azure.core.http.rest.PagedIterable
<WorkflowEnvelopeInner> WebAppsClient.listWorkflows
(String resourceGroupName, String name) List the workflows for a web site, or a deployment slot.com.azure.core.http.rest.PagedIterable
<WorkflowEnvelopeInner> WebAppsClient.listWorkflows
(String resourceGroupName, String name, com.azure.core.util.Context context) List the workflows for a web site, or a deployment slot.com.azure.core.http.rest.PagedFlux
<WorkflowEnvelopeInner> WebAppsClient.listWorkflowsAsync
(String resourceGroupName, String name) List the workflows for a web site, or a deployment slot.WebAppsClient.listWorkflowsConnectionsAsync
(String resourceGroupName, String name) Lists logic app's connections for web site, or a deployment slot.WebAppsClient.listWorkflowsConnectionsSlotAsync
(String resourceGroupName, String name, String slot) Lists logic app's connections for web site, or a deployment slot.com.azure.core.http.rest.Response
<WorkflowEnvelopeInner> WebAppsClient.listWorkflowsConnectionsSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) Lists logic app's connections for web site, or a deployment slot.Mono
<com.azure.core.http.rest.Response<WorkflowEnvelopeInner>> WebAppsClient.listWorkflowsConnectionsSlotWithResponseAsync
(String resourceGroupName, String name, String slot) Lists logic app's connections for web site, or a deployment slot.com.azure.core.http.rest.Response
<WorkflowEnvelopeInner> WebAppsClient.listWorkflowsConnectionsWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) Lists logic app's connections for web site, or a deployment slot.Mono
<com.azure.core.http.rest.Response<WorkflowEnvelopeInner>> WebAppsClient.listWorkflowsConnectionsWithResponseAsync
(String resourceGroupName, String name) Lists logic app's connections for web site, or a deployment slot. -
Uses of WorkflowEnvelopeInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowEnvelopeInnerModifier and TypeMethodDescriptionstatic WorkflowEnvelopeInner
WorkflowEnvelopeInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowEnvelopeInner from the JsonReader.Set the kind property: The resource kind.WorkflowEnvelopeInner.withLocation
(String location) Set the location property: The resource location.WorkflowEnvelopeInner.withProperties
(WorkflowEnvelopeProperties properties) Set the properties property: Additional workflow properties. -
Uses of WorkflowEnvelopeInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type WorkflowEnvelopeInnerModifier and TypeMethodDescriptionWorkflowEnvelopeCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type WorkflowEnvelopeInnerModifier and TypeMethodDescriptionWorkflowEnvelopeCollection.withValue
(List<WorkflowEnvelopeInner> value) Set the value property: Collection of resources.