Uses of Class
com.azure.resourcemanager.resources.models.Dependency
Packages that use Dependency
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of Dependency in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DependencyModifier and TypeMethodDescriptionstatic DependencyDependency.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Dependency from the JsonReader.Dependency.withDependsOn(List<BasicDependency> dependsOn) Set the dependsOn property: The list of dependencies.Set the id property: The ID of the dependency.Dependency.withResourceName(String resourceName) Set the resourceName property: The dependency resource name.Dependency.withResourceType(String resourceType) Set the resourceType property: The dependency resource type.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DependencyModifier and TypeMethodDescriptionDeployment.dependencies()Gets the list of deployment dependencies.DeploymentPropertiesExtended.dependencies()Get the dependencies property: The list of deployment dependencies.