ApmReference Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.ApmReference

public final class ApmReference

A reference to the APM.

Constructor Summary

Constructor Description
ApmReference()

Creates an instance of ApmReference class.

Method Summary

Modifier and Type Method and Description
String resourceId()

Get the resourceId property: Resource Id of the APM.

void validate()

Validates the instance.

ApmReference withResourceId(String resourceId)

Set the resourceId property: Resource Id of the APM.

Methods inherited from java.lang.Object

Constructor Details

ApmReference

public ApmReference()

Creates an instance of ApmReference class.

Method Details

resourceId

public String resourceId()

Get the resourceId property: Resource Id of the APM.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

withResourceId

public ApmReference withResourceId(String resourceId)

Set the resourceId property: Resource Id of the APM.

Parameters:

resourceId - the resourceId value to set.

Returns:

the ApmReference object itself.

Applies to