ArmAuthorizationModelFactory.TooManyOwnersAssignedToResourceAlertConfigurationProperties Method

Definition

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.

isEnabled
Nullable<Boolean>

True if the alert is enabled, false will disable the scanning for the specific alert.

alertDefinition
RoleManagementAlertDefinitionData

The alert definition.

thresholdNumberOfOwners
Nullable<Int32>

The threshold number of owners.

thresholdPercentageOfOwnersOutOfAllRoleMembers
Nullable<Int32>

The threshold percentage of owners out of all role members.

Returns

A new TooManyOwnersAssignedToResourceAlertConfigurationProperties instance for mocking.

Applies to