ApmReference Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ApmReference
- com.
Implements
public final class ApmReference
implements JsonSerializable<ApmReference>
A reference to the APM.
Constructor Summary
Constructor | Description |
---|---|
ApmReference() |
Creates an instance of Apm |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Apm |
fromJson(JsonReader jsonReader)
Reads an instance of Apm |
String |
resourceId()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Apm |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
ApmReference
public ApmReference()
Creates an instance of ApmReference class.
Method Details
fromJson
public static ApmReference fromJson(JsonReader jsonReader)
Reads an instance of ApmReference from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: Resource Id of the APM.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResourceId
public ApmReference withResourceId(String resourceId)
Set the resourceId property: Resource Id of the APM.
Parameters:
Returns:
Applies to
Azure SDK for Java