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