Class Dependency
java.lang.Object
com.microsoft.azure.management.resources.Dependency
Deployment dependency information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of dependencies.id()
Get the ID of the dependency.Get the dependency resource name.Get the dependency resource type.withDependsOn
(List<BasicDependency> dependsOn) Set the list of dependencies.Set the ID of the dependency.withResourceName
(String resourceName) Set the dependency resource name.withResourceType
(String resourceType) Set the dependency resource type.
-
Constructor Details
-
Dependency
public Dependency()
-
-
Method Details
-
dependsOn
Get the list of dependencies.- Returns:
- the dependsOn value
-
withDependsOn
Set the list of dependencies.- Parameters:
dependsOn
- the dependsOn value to set- Returns:
- the Dependency object itself.
-
id
Get the ID of the dependency.- Returns:
- the id value
-
withId
Set the ID of the dependency.- Parameters:
id
- the id value to set- Returns:
- the Dependency object itself.
-
resourceType
Get the dependency resource type.- Returns:
- the resourceType value
-
withResourceType
Set the dependency resource type.- Parameters:
resourceType
- the resourceType value to set- Returns:
- the Dependency object itself.
-
resourceName
Get the dependency resource name.- Returns:
- the resourceName value
-
withResourceName
Set the dependency resource name.- Parameters:
resourceName
- the resourceName value to set- Returns:
- the Dependency object itself.
-