Alert Interface

public interface Alert

An immutable client-side representation of Alert.

Method Summary

Modifier and Type Method and Description
abstract String closeTime()

Gets the closeTime property: dateTime in which alert was closed.

abstract String costEntityId()

Gets the costEntityId property: related budget.

abstract String creationTime()

Gets the creationTime property: dateTime in which alert was created.

abstract AlertPropertiesDefinition definition()

Gets the definition property: defines the type of alert.

abstract String description()

Gets the description property: Alert description.

abstract AlertPropertiesDetails details()

Gets the details property: Alert details.

abstract String etag()

Gets the etag property: eTag of the resource.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract AlertInner innerModel()

Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.AlertInner object.

abstract String modificationTime()

Gets the modificationTime property: dateTime in which alert was last modified.

abstract String name()

Gets the name property: The name of the resource.

abstract AlertSource source()

Gets the source property: Source of alert.

abstract AlertStatus status()

Gets the status property: alert status.

abstract String statusModificationTime()

Gets the statusModificationTime property: dateTime in which the alert status was last modified.

abstract String statusModificationUsername()

Gets the statusModificationUsername property: User who last modified the alert.

abstract String type()

Gets the type property: The type of the resource.

Method Details

closeTime

public abstract String closeTime()

Gets the closeTime property: dateTime in which alert was closed.

Returns:

the closeTime value.

costEntityId

public abstract String costEntityId()

Gets the costEntityId property: related budget.

Returns:

the costEntityId value.

creationTime

public abstract String creationTime()

Gets the creationTime property: dateTime in which alert was created.

Returns:

the creationTime value.

definition

public abstract AlertPropertiesDefinition definition()

Gets the definition property: defines the type of alert.

Returns:

the definition value.

description

public abstract String description()

Gets the description property: Alert description.

Returns:

the description value.

details

public abstract AlertPropertiesDetails details()

Gets the details property: Alert details.

Returns:

the details value.

etag

public abstract String etag()

Gets the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Returns:

the etag value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract AlertInner innerModel()

Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.AlertInner object.

Returns:

the inner object.

modificationTime

public abstract String modificationTime()

Gets the modificationTime property: dateTime in which alert was last modified.

Returns:

the modificationTime value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

source

public abstract AlertSource source()

Gets the source property: Source of alert.

Returns:

the source value.

status

public abstract AlertStatus status()

Gets the status property: alert status.

Returns:

the status value.

statusModificationTime

public abstract String statusModificationTime()

Gets the statusModificationTime property: dateTime in which the alert status was last modified.

Returns:

the statusModificationTime value.

statusModificationUsername

public abstract String statusModificationUsername()

Gets the statusModificationUsername property: User who last modified the alert.

Returns:

the statusModificationUsername value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to