Class BasicDependency
- java.lang.Object
-
- com.microsoft.azure.management.resources.BasicDependency
-
public class BasicDependency extends Object
Deployment dependency information.
-
-
Constructor Summary
Constructors Constructor Description BasicDependency()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id value.StringresourceName()Get the resourceName value.StringresourceType()Get the resourceType value.BasicDependencywithId(String id)Set the id value.BasicDependencywithResourceName(String resourceName)Set the resourceName value.BasicDependencywithResourceType(String resourceType)Set the resourceType value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public BasicDependency withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the BasicDependency object itself.
-
resourceType
public String resourceType()
Get the resourceType value.- Returns:
- the resourceType value
-
withResourceType
public BasicDependency withResourceType(String resourceType)
Set the resourceType value.- Parameters:
resourceType- the resourceType value to set- Returns:
- the BasicDependency object itself.
-
resourceName
public String resourceName()
Get the resourceName value.- Returns:
- the resourceName value
-
withResourceName
public BasicDependency withResourceName(String resourceName)
Set the resourceName value.- Parameters:
resourceName- the resourceName value to set- Returns:
- the BasicDependency object itself.
-
-