ResourceIdentifier Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.ResourceIdentifier

public class ResourceIdentifier

A resource identifier for an alert which can be used to direct the alert to the right product exposure group (tenant, workspace, subscription etc.).

Constructor Summary

Constructor Description
ResourceIdentifier()

Creates an instance of ResourceIdentifier class.

Method Summary

Modifier and Type Method and Description
ResourceIdentifierType type()

Get the type property: There can be multiple identifiers of different type per alert, this field specify the identifier type.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ResourceIdentifier

public ResourceIdentifier()

Creates an instance of ResourceIdentifier class.

Method Details

type

public ResourceIdentifierType type()

Get the type property: There can be multiple identifiers of different type per alert, this field specify the identifier type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to