Uses of Class
com.microsoft.azure.management.resources.Dependency
-
Packages that use Dependency Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of Dependency in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return Dependency Modifier and Type Method Description DependencyDependency. withDependsOn(List<BasicDependency> dependsOn)Set the dependsOn value.DependencyDependency. withId(String id)Set the id value.DependencyDependency. withResourceName(String resourceName)Set the resourceName value.DependencyDependency. withResourceType(String resourceType)Set the resourceType value.Methods in com.microsoft.azure.management.resources that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>Deployment. dependencies()List<Dependency>DeploymentPropertiesExtended. dependencies()Get the dependencies value.Method parameters in com.microsoft.azure.management.resources with type arguments of type Dependency Modifier and Type Method Description DeploymentPropertiesExtendedDeploymentPropertiesExtended. withDependencies(List<Dependency> dependencies)Set the dependencies value.
-