Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.KuduDeploymentResult
-
-
Uses of KuduDeploymentResult in com.microsoft.azure.toolkit.lib.appservice.deploy
Methods in com.microsoft.azure.toolkit.lib.appservice.deploy that return KuduDeploymentResult Modifier and Type Method Description KuduDeploymentResultIOneDeploy. pushDeploy(DeployType var1, File var2, DeployOptions var3) -
Uses of KuduDeploymentResult in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type KuduDeploymentResult Modifier and Type Method Description private CsmDeploymentStatusDeployWebAppTask. getDeploymentStatus(WebAppBase<?,?,?> target, KuduDeploymentResult result)Method parameters in com.microsoft.azure.toolkit.lib.appservice.task with type arguments of type KuduDeploymentResult Modifier and Type Method Description private voidDeployWebAppTask. trackDeployment(WebAppBase<?,?,?> target, AtomicReference<KuduDeploymentResult> resultReference) -
Uses of KuduDeploymentResult in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return KuduDeploymentResult Modifier and Type Method Description static KuduDeploymentResultAppServiceUtils. fromKuduDeploymentResult(com.azure.resourcemanager.appservice.models.KuduDeploymentResult result) -
Uses of KuduDeploymentResult in com.microsoft.azure.toolkit.lib.appservice.webapp
Methods in com.microsoft.azure.toolkit.lib.appservice.webapp that return KuduDeploymentResult Modifier and Type Method Description KuduDeploymentResultWebAppBase. pushDeploy(DeployType deployType, File targetFile, DeployOptions deployOptions)
-