ArmAuthorizationModelFactory.TooManyOwnersAssignedToResourceAlertConfigurationProperties Method
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.
public static Azure.ResourceManager.Authorization.Models.TooManyOwnersAssignedToResourceAlertConfigurationProperties TooManyOwnersAssignedToResourceAlertConfigurationProperties(string alertDefinitionId = default, string scope = default, bool? isEnabled = default, Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionData alertDefinition = default, int? thresholdNumberOfOwners = default, int? thresholdPercentageOfOwnersOutOfAllRoleMembers = default);
static member TooManyOwnersAssignedToResourceAlertConfigurationProperties : string * string * Nullable<bool> * Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionData * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Authorization.Models.TooManyOwnersAssignedToResourceAlertConfigurationProperties
Public Shared Function TooManyOwnersAssignedToResourceAlertConfigurationProperties (Optional alertDefinitionId As String = Nothing, Optional scope As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional alertDefinition As RoleManagementAlertDefinitionData = Nothing, Optional thresholdNumberOfOwners As Nullable(Of Integer) = Nothing, Optional thresholdPercentageOfOwnersOutOfAllRoleMembers As Nullable(Of Integer) = Nothing) As TooManyOwnersAssignedToResourceAlertConfigurationProperties
Parameters
- alertDefinitionId
- String
The alert definition ID.
- scope
- String
The alert scope.
True if the alert is enabled, false will disable the scanning for the specific alert.
- alertDefinition
- RoleManagementAlertDefinitionData
The alert definition.
The threshold percentage of owners out of all role members.
Returns
A new TooManyOwnersAssignedToResourceAlertConfigurationProperties instance for mocking.