Class ResourceReference
java.lang.Object
com.azure.resourcemanager.containerservice.models.ResourceReference
A reference to an Azure resource.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResourceReference
public ResourceReference()
-
-
Method Details
-
id
Get the id property: The fully qualified Azure resource id.- Returns:
- the id value.
-
withId
Set the id property: The fully qualified Azure resource id.- Parameters:
id- the id value to set.- Returns:
- the ResourceReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-