Class Dependency

java.lang.Object
com.microsoft.azure.management.resources.Dependency

public class Dependency extends Object
Deployment dependency information.
  • Constructor Details

    • Dependency

      public Dependency()
  • Method Details

    • dependsOn

      public List<BasicDependency> dependsOn()
      Get the list of dependencies.
      Returns:
      the dependsOn value
    • withDependsOn

      public Dependency withDependsOn(List<BasicDependency> dependsOn)
      Set the list of dependencies.
      Parameters:
      dependsOn - the dependsOn value to set
      Returns:
      the Dependency object itself.
    • id

      public String id()
      Get the ID of the dependency.
      Returns:
      the id value
    • withId

      public Dependency withId(String id)
      Set the ID of the dependency.
      Parameters:
      id - the id value to set
      Returns:
      the Dependency object itself.
    • resourceType

      public String resourceType()
      Get the dependency resource type.
      Returns:
      the resourceType value
    • withResourceType

      public Dependency withResourceType(String resourceType)
      Set the dependency resource type.
      Parameters:
      resourceType - the resourceType value to set
      Returns:
      the Dependency object itself.
    • resourceName

      public String resourceName()
      Get the dependency resource name.
      Returns:
      the resourceName value
    • withResourceName

      public Dependency withResourceName(String resourceName)
      Set the dependency resource name.
      Parameters:
      resourceName - the resourceName value to set
      Returns:
      the Dependency object itself.