AzureResourceIdentifier Class

public final class AzureResourceIdentifier
extends ResourceIdentifier

Azure resource identifier.

Constructor Summary

Constructor Description
AzureResourceIdentifier()

Creates an instance of AzureResourceIdentifier class.

Method Summary

Modifier and Type Method and Description
String azureResourceId()

Get the azureResourceId property: ARM resource identifier for the cloud resource being alerted on.

void validate()

Validates the instance.

Methods inherited from ResourceIdentifier

Methods inherited from java.lang.Object

Constructor Details

AzureResourceIdentifier

public AzureResourceIdentifier()

Creates an instance of AzureResourceIdentifier class.

Method Details

azureResourceId

public String azureResourceId()

Get the azureResourceId property: ARM resource identifier for the cloud resource being alerted on.

Returns:

the azureResourceId value.

validate

public void validate()

Validates the instance.

Overrides:

AzureResourceIdentifier.validate()

Applies to