BasicDependency Class
- java.
lang. Object - com.
microsoft. azure. management. resources. BasicDependency
- com.
public class BasicDependency
Deployment dependency information.
Constructor Summary
Constructor | Description | |
---|---|---|
BasicDependency() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
id()
Get the ID of the dependency. |
java.lang.String |
resourceName()
Get the dependency resource name. |
java.lang.String |
resourceType()
Get the dependency resource type. |
Basic |
withId(String id)
Set the ID of the dependency. |
Basic |
withResourceName(String resourceName)
Set the dependency resource name. |
Basic |
withResourceType(String resourceType)
Set the dependency resource type. |
Methods inherited from java.lang.Object
Constructor Details
BasicDependency
public BasicDependency()
Method Details
id
public String id()
Get the ID of the dependency.
Returns:
resourceName
public String resourceName()
Get the dependency resource name.
Returns:
resourceType
public String resourceType()
Get the dependency resource type.
Returns:
withId
public BasicDependency withId(String id)
Set the ID of the dependency.
Parameters:
Returns:
withResourceName
public BasicDependency withResourceName(String resourceName)
Set the dependency resource name.
Parameters:
Returns:
withResourceType
public BasicDependency withResourceType(String resourceType)
Set the dependency resource type.
Parameters:
Returns:
Applies to
Azure SDK for Java