Uses of Class
org.jclouds.azurecompute.arm.domain.Deployment.Dependency
-
Packages that use Deployment.Dependency Package Description org.jclouds.azurecompute.arm.domain -
-
Uses of Deployment.Dependency in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Deployment.Dependency Modifier and Type Method Description static Deployment.DependencyDeployment.Dependency. create(List<Deployment.Dependency> dependencies, List<Deployment.Dependency> dependsOn, String id, String resourceType, String resourceName)Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type Deployment.Dependency Modifier and Type Method Description abstract List<Deployment.Dependency>Deployment.Dependency. dependencies()abstract List<Deployment.Dependency>Deployment.DeploymentProperties. dependencies()abstract List<Deployment.Dependency>Deployment.Dependency. dependsOn()Method parameters in org.jclouds.azurecompute.arm.domain with type arguments of type Deployment.Dependency Modifier and Type Method Description static Deployment.DependencyDeployment.Dependency. create(List<Deployment.Dependency> dependencies, List<Deployment.Dependency> dependsOn, String id, String resourceType, String resourceName)
-