Class ApmReference
java.lang.Object
com.azure.resourcemanager.appplatform.models.ApmReference
A reference to the APM.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceId property: Resource Id of the APM.voidvalidate()Validates the instance.withResourceId(String resourceId) Set the resourceId property: Resource Id of the APM.
-
Constructor Details
-
ApmReference
public ApmReference()Creates an instance of ApmReference class.
-
-
Method Details
-
resourceId
Get the resourceId property: Resource Id of the APM.- Returns:
- the resourceId value.
-
withResourceId
Set the resourceId property: Resource Id of the APM.- Parameters:
resourceId- the resourceId value to set.- Returns:
- the ApmReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-