Uses of Class
com.azure.resourcemanager.appservice.models.WorkflowArtifacts
Packages that use WorkflowArtifacts
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowArtifacts in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type WorkflowArtifactsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Void> WebAppsClient.deployWorkflowArtifactsSlotWithResponse(String resourceGroupName, String name, String slot, WorkflowArtifacts workflowArtifacts, com.azure.core.util.Context context) Creates the artifacts for web site, or a deployment slot.WebAppsClient.deployWorkflowArtifactsSlotWithResponseAsync(String resourceGroupName, String name, String slot, WorkflowArtifacts workflowArtifacts) Creates the artifacts for web site, or a deployment slot.com.azure.core.http.rest.Response<Void> WebAppsClient.deployWorkflowArtifactsWithResponse(String resourceGroupName, String name, WorkflowArtifacts workflowArtifacts, com.azure.core.util.Context context) Creates the artifacts for web site, or a deployment slot.WebAppsClient.deployWorkflowArtifactsWithResponseAsync(String resourceGroupName, String name, WorkflowArtifacts workflowArtifacts) Creates the artifacts for web site, or a deployment slot. -
Uses of WorkflowArtifacts in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return WorkflowArtifactsModifier and TypeMethodDescriptionstatic WorkflowArtifactsWorkflowArtifacts.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowArtifacts from the JsonReader.WorkflowArtifacts.withAppSettings(Object appSettings) Set the appSettings property: Application settings of the workflow.Set the files property: Files of the app.WorkflowArtifacts.withFilesToDelete(List<String> filesToDelete) Set the filesToDelete property: Files of the app to delete.