RoleManagementAlertData Class

Definition

The alert.

public class RoleManagementAlertData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.RoleManagementAlertData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.RoleManagementAlertData>
type RoleManagementAlertData = class
    inherit ResourceData
    interface IJsonModel<RoleManagementAlertData>
    interface IPersistableModel<RoleManagementAlertData>
Public Class RoleManagementAlertData
Inherits ResourceData
Implements IJsonModel(Of RoleManagementAlertData), IPersistableModel(Of RoleManagementAlertData)
Inheritance
RoleManagementAlertData
Implements

Constructors

Name Description
RoleManagementAlertData()

Initializes a new instance of RoleManagementAlertData.

Properties

Name Description
AlertConfiguration

The alert configuration.

AlertDefinition

The alert definition.

AlertIncidents

The alert incidents.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IncidentCount

The number of generated incidents of the alert.

IsActive

False by default; true if the alert is active.

LastModifiedOn

The date time when the alert configuration was updated or new incidents were generated.

LastScannedOn

The date time when the alert was last scanned.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Scope

The alert scope.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RoleManagementAlertData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<RoleManagementAlertData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<RoleManagementAlertData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<RoleManagementAlertData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<RoleManagementAlertData>.Write(ModelReaderWriterOptions)

Applies to