RoleManagementAlertData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |