TooManyOwnersAssignedToResourceAlertConfigurationProperties 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.
Too many owners assigned to resource alert configuration properties.
public class TooManyOwnersAssignedToResourceAlertConfigurationProperties : Azure.ResourceManager.Authorization.Models.RoleManagementAlertConfigurationProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.TooManyOwnersAssignedToResourceAlertConfigurationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.TooManyOwnersAssignedToResourceAlertConfigurationProperties>
type TooManyOwnersAssignedToResourceAlertConfigurationProperties = class
inherit RoleManagementAlertConfigurationProperties
interface IJsonModel<TooManyOwnersAssignedToResourceAlertConfigurationProperties>
interface IPersistableModel<TooManyOwnersAssignedToResourceAlertConfigurationProperties>
Public Class TooManyOwnersAssignedToResourceAlertConfigurationProperties
Inherits RoleManagementAlertConfigurationProperties
Implements IJsonModel(Of TooManyOwnersAssignedToResourceAlertConfigurationProperties), IPersistableModel(Of TooManyOwnersAssignedToResourceAlertConfigurationProperties)
- Inheritance
-
TooManyOwnersAssignedToResourceAlertConfigurationProperties
- Implements
Constructors
| Name | Description |
|---|---|
| TooManyOwnersAssignedToResourceAlertConfigurationProperties() |
Initializes a new instance of TooManyOwnersAssignedToResourceAlertConfigurationProperties. |
Properties
| Name | Description |
|---|---|
| AlertDefinition |
The alert definition. (Inherited from RoleManagementAlertConfigurationProperties) |
| AlertDefinitionId |
The alert definition ID. (Inherited from RoleManagementAlertConfigurationProperties) |
| IsEnabled |
True if the alert is enabled, false will disable the scanning for the specific alert. (Inherited from RoleManagementAlertConfigurationProperties) |
| Scope |
The alert scope. (Inherited from RoleManagementAlertConfigurationProperties) |
| ThresholdNumberOfOwners |
The threshold number of owners. |
| ThresholdPercentageOfOwnersOutOfAllRoleMembers |
The threshold percentage of owners out of all role members. |