Uses of Class
com.microsoft.azure.toolkit.lib.springcloud.SpringCloudDeployment
-
Packages that use SpringCloudDeployment Package Description com.microsoft.azure.toolkit.lib.springcloud com.microsoft.azure.toolkit.lib.springcloud.config com.microsoft.azure.toolkit.lib.springcloud.task -
-
Uses of SpringCloudDeployment in com.microsoft.azure.toolkit.lib.springcloud
Subclasses of SpringCloudDeployment in com.microsoft.azure.toolkit.lib.springcloud Modifier and Type Class Description classSpringCloudDeploymentDraftFields in com.microsoft.azure.toolkit.lib.springcloud declared as SpringCloudDeployment Modifier and Type Field Description private SpringCloudDeploymentSpringCloudAppDraft. activeDeploymentprivate SpringCloudDeploymentSpringCloudDeploymentInstanceEntity. deploymentprivate SpringCloudDeploymentSpringCloudDeploymentDraft. originMethods in com.microsoft.azure.toolkit.lib.springcloud that return SpringCloudDeployment Modifier and Type Method Description SpringCloudDeploymentSpringCloudApp. getActiveDeployment()SpringCloudDeploymentSpringCloudAppDraft. getActiveDeployment()protected SpringCloudDeploymentSpringCloudDeploymentModule. newResource(com.azure.resourcemanager.appplatform.models.SpringAppDeployment remote)protected SpringCloudDeploymentSpringCloudDeploymentModule. newResource(String name, String resourceGroupName)Methods in com.microsoft.azure.toolkit.lib.springcloud that return types with arguments of type SpringCloudDeployment Modifier and Type Method Description List<com.microsoft.azure.toolkit.lib.common.model.AbstractAzResourceModule<?,SpringCloudDeployment,?>>SpringCloudDeployment. getSubModules()Methods in com.microsoft.azure.toolkit.lib.springcloud with parameters of type SpringCloudDeployment Modifier and Type Method Description static booleanUtils. isDeploymentDone(SpringCloudDeployment deployment)protected SpringCloudDeploymentDraftSpringCloudDeploymentModule. newDraftForUpdate(SpringCloudDeployment origin)voidSpringCloudAppDraft. setActiveDeployment(SpringCloudDeployment activeDeployment)Constructors in com.microsoft.azure.toolkit.lib.springcloud with parameters of type SpringCloudDeployment Constructor Description SpringCloudDeployment(SpringCloudDeployment origin)copy constructorSpringCloudDeploymentDraft(SpringCloudDeployment origin)SpringCloudDeploymentInstanceEntity(com.azure.resourcemanager.appplatform.models.DeploymentInstance remote, SpringCloudDeployment deployment) -
Uses of SpringCloudDeployment in com.microsoft.azure.toolkit.lib.springcloud.config
Methods in com.microsoft.azure.toolkit.lib.springcloud.config with parameters of type SpringCloudDeployment Modifier and Type Method Description static SpringCloudDeploymentConfigSpringCloudDeploymentConfig. fromDeployment(SpringCloudDeployment deployment)Deprecated. -
Uses of SpringCloudDeployment in com.microsoft.azure.toolkit.lib.springcloud.task
Methods in com.microsoft.azure.toolkit.lib.springcloud.task that return SpringCloudDeployment Modifier and Type Method Description SpringCloudDeploymentDeploySpringCloudAppTask. doExecute()
-