Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.DeployOptions
-
Packages that use DeployOptions Package Description com.microsoft.azure.toolkit.lib.appservice.deploy com.microsoft.azure.toolkit.lib.appservice.utils com.microsoft.azure.toolkit.lib.appservice.webapp -
-
Uses of DeployOptions in com.microsoft.azure.toolkit.lib.appservice.deploy
Methods in com.microsoft.azure.toolkit.lib.appservice.deploy with parameters of type DeployOptions Modifier and Type Method Description voidIOneDeploy. deploy(DeployType deployType, File targetFile, DeployOptions deployOptions)KuduDeploymentResultIOneDeploy. pushDeploy(DeployType var1, File var2, DeployOptions var3) -
Uses of DeployOptions in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils with parameters of type DeployOptions Modifier and Type Method Description static com.azure.resourcemanager.appservice.models.DeployOptionsAppServiceUtils. toDeployOptions(DeployOptions deployOptions) -
Uses of DeployOptions in com.microsoft.azure.toolkit.lib.appservice.webapp
Methods in com.microsoft.azure.toolkit.lib.appservice.webapp with parameters of type DeployOptions Modifier and Type Method Description voidWebAppBase. deploy(DeployType deployType, File targetFile, DeployOptions deployOptions)KuduDeploymentResultWebAppBase. pushDeploy(DeployType deployType, File targetFile, DeployOptions deployOptions)
-