SubResource Class

  • java.lang.Object
    • com.azure.core.management.SubResource

public class SubResource

The SubResource model.

Constructor Summary

Constructor Description
SubResource()

Creates an instance of SubResource.

Method Summary

Modifier and Type Method and Description
String id()

Get the id value.

SubResource withId(String id)

Set the id value.

Methods inherited from java.lang.Object

Constructor Details

SubResource

public SubResource()

Creates an instance of SubResource.

Method Details

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

Applies to