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