Class SubResource
- java.lang.Object
-
- com.microsoft.azure.management.dns.SubResource
-
public class SubResource extends Object
A reference to a another resource.
-
-
Constructor Summary
Constructors Constructor Description SubResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id value.SubResourcewithId(String id)Set the id value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public SubResource withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the SubResource object itself.
-
-