Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.CsmDeploymentStatus
-
-
Uses of CsmDeploymentStatus in com.microsoft.azure.toolkit.lib.appservice.deploy
Methods in com.microsoft.azure.toolkit.lib.appservice.deploy that return CsmDeploymentStatus Modifier and Type Method Description CsmDeploymentStatusIOneDeploy. getDeploymentStatus(String var1) -
Uses of CsmDeploymentStatus in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task that return CsmDeploymentStatus Modifier and Type Method Description private CsmDeploymentStatusDeployWebAppTask. getDeploymentStatus(WebAppBase<?,?,?> target, KuduDeploymentResult result) -
Uses of CsmDeploymentStatus in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return CsmDeploymentStatus Modifier and Type Method Description static CsmDeploymentStatusAppServiceUtils. fromCsmDeploymentStatus(com.azure.resourcemanager.appservice.models.CsmDeploymentStatus deploymentStatus) -
Uses of CsmDeploymentStatus in com.microsoft.azure.toolkit.lib.appservice.webapp
Methods in com.microsoft.azure.toolkit.lib.appservice.webapp that return CsmDeploymentStatus Modifier and Type Method Description CsmDeploymentStatusWebAppBase. getDeploymentStatus(String deploymentId)
-