Class TargetResource
- java.lang.Object
-
- com.microsoft.azure.management.resources.TargetResource
-
public class TargetResource extends Object
Target resource.
-
-
Constructor Summary
Constructors Constructor Description TargetResource()
-
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.TargetResourcewithId(String id)Set the id value.TargetResourcewithResourceName(String resourceName)Set the resourceName value.TargetResourcewithResourceType(String resourceType)Set the resourceType value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public TargetResource withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the TargetResource object itself.
-
resourceName
public String resourceName()
Get the resourceName value.- Returns:
- the resourceName value
-
withResourceName
public TargetResource withResourceName(String resourceName)
Set the resourceName value.- Parameters:
resourceName- the resourceName value to set- Returns:
- the TargetResource object itself.
-
resourceType
public String resourceType()
Get the resourceType value.- Returns:
- the resourceType value
-
withResourceType
public TargetResource withResourceType(String resourceType)
Set the resourceType value.- Parameters:
resourceType- the resourceType value to set- Returns:
- the TargetResource object itself.
-
-