Uses of Class
com.microsoft.azure.toolkit.lib.appservice.webapp.WebAppDeploymentSlot
-
Packages that use WebAppDeploymentSlot Package Description com.microsoft.azure.toolkit.lib.appservice.task com.microsoft.azure.toolkit.lib.appservice.webapp -
-
Uses of WebAppDeploymentSlot in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task that return WebAppDeploymentSlot Modifier and Type Method Description private WebAppDeploymentSlotCreateOrUpdateWebAppTask. createDeploymentSlot(WebAppDeploymentSlotDraft draft)private WebAppDeploymentSlotCreateOrUpdateWebAppTask. updateDeploymentSlot(WebAppDeploymentSlotDraft draft) -
Uses of WebAppDeploymentSlot in com.microsoft.azure.toolkit.lib.appservice.webapp
Subclasses of WebAppDeploymentSlot in com.microsoft.azure.toolkit.lib.appservice.webapp Modifier and Type Class Description classWebAppDeploymentSlotDraftFields in com.microsoft.azure.toolkit.lib.appservice.webapp declared as WebAppDeploymentSlot Modifier and Type Field Description private WebAppDeploymentSlotWebAppDeploymentSlotDraft. originMethods in com.microsoft.azure.toolkit.lib.appservice.webapp that return WebAppDeploymentSlot Modifier and Type Method Description protected WebAppDeploymentSlotWebAppDeploymentSlotModule. newResource(com.azure.resourcemanager.appservice.models.WebSiteBase remote)protected WebAppDeploymentSlotWebAppDeploymentSlotModule. newResource(String name, String resourceGroupName)Methods in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type WebAppDeploymentSlot Modifier and Type Method Description protected WebAppDeploymentSlotDraftWebAppDeploymentSlotModule. newDraftForUpdate(WebAppDeploymentSlot origin)Constructors in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type WebAppDeploymentSlot Constructor Description WebAppDeploymentSlot(WebAppDeploymentSlot origin)copy constructorWebAppDeploymentSlotDraft(WebAppDeploymentSlot origin)
-