Uses of Class
com.microsoft.azure.toolkit.lib.appservice.webapp.WebAppDeploymentSlotDraft
-
Packages that use WebAppDeploymentSlotDraft Package Description com.microsoft.azure.toolkit.lib.appservice.task com.microsoft.azure.toolkit.lib.appservice.webapp -
-
Uses of WebAppDeploymentSlotDraft in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type WebAppDeploymentSlotDraft Modifier and Type Method Description private WebAppDeploymentSlotCreateOrUpdateWebAppTask. createDeploymentSlot(WebAppDeploymentSlotDraft draft)private WebAppDeploymentSlotCreateOrUpdateWebAppTask. updateDeploymentSlot(WebAppDeploymentSlotDraft draft) -
Uses of WebAppDeploymentSlotDraft in com.microsoft.azure.toolkit.lib.appservice.webapp
Methods in com.microsoft.azure.toolkit.lib.appservice.webapp that return WebAppDeploymentSlotDraft Modifier and Type Method Description protected WebAppDeploymentSlotDraftWebAppDeploymentSlotModule. newDraftForCreate(String name, String resourceGroupName)protected WebAppDeploymentSlotDraftWebAppDeploymentSlotModule. newDraftForUpdate(WebAppDeploymentSlot origin)
-