Package com.azure.core.management
Class SubResource
- java.lang.Object
-
- com.azure.core.management.SubResource
-
public class SubResource extends Object
The SubResource model.
-
-
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 sub resource itself
-
-