Dependency Class
- java.
lang. Object - com.
microsoft. azure. management. resources. Dependency
- com.
public class Dependency
Deployment dependency information.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Basic |
dependsOn()
Get the dependsOn value. |
String |
id()
Get the id value. |
String |
resourceName()
Get the resourceName value. |
String |
resourceType()
Get the resourceType value. |
Dependency |
withDependsOn(List<BasicDependency> dependsOn)
Set the dependsOn value. |
Dependency |
withId(String id)
Set the id value. |
Dependency |
withResourceName(String resourceName)
Set the resourceName value. |
Dependency |
withResourceType(String resourceType)
Set the resourceType value. |
Method Details
dependsOn
public List
Get the dependsOn value.
Returns:
id
public String id()
Get the id value.
Returns:
resourceName
public String resourceName()
Get the resourceName value.
Returns:
resourceType
public String resourceType()
Get the resourceType value.
Returns:
withDependsOn
public Dependency withDependsOn(List
Set the dependsOn value.
Parameters:
Returns:
withId
public Dependency withId(String id)
Set the id value.
Parameters:
Returns:
withResourceName
public Dependency withResourceName(String resourceName)
Set the resourceName value.
Parameters:
Returns:
withResourceType
public Dependency withResourceType(String resourceType)
Set the resourceType value.
Parameters:
Returns:
Applies to
Azure SDK for Java