public final class ApiEntityReference extends Object
Constructor and Description |
---|
ApiEntityReference() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id property: The ARM resource id in the form of
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
void |
validate()
Validates the instance.
|
ApiEntityReference |
withId(String id)
Set the id property: The ARM resource id in the form of
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
|
public String id()
public ApiEntityReference withId(String id)
id
- the id value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.