Uses of Class
com.microsoft.azure.management.resources.BasicDependency
Packages that use BasicDependency
Package
Description
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 BasicDependencyModifier and TypeMethodDescriptionSet the ID of the dependency.BasicDependency.withResourceName
(String resourceName) Set the dependency resource name.BasicDependency.withResourceType
(String resourceType) Set the dependency resource type.Methods in com.microsoft.azure.management.resources that return types with arguments of type BasicDependencyMethod parameters in com.microsoft.azure.management.resources with type arguments of type BasicDependencyModifier and TypeMethodDescriptionDependency.withDependsOn
(List<BasicDependency> dependsOn) Set the list of dependencies.