Class ApiEntityReference
java.lang.Object
com.microsoft.azure.management.compute.ApiEntityReference
The API entity reference.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...Set the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
-
Constructor Details
-
ApiEntityReference
public ApiEntityReference()
-
-
Method Details
-
id
Get the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...- Returns:
- the id value
-
withId
Set the ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...- Parameters:
id
- the id value to set- Returns:
- the ApiEntityReference object itself.
-