ArmAuthorizationModelFactory.RoleManagementAlertConfigurationProperties Method

Definition

public static Azure.ResourceManager.Authorization.Models.RoleManagementAlertConfigurationProperties RoleManagementAlertConfigurationProperties(string alertDefinitionId = default, string scope = default, bool? isEnabled = default, string alertConfigurationType = default, Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionData alertDefinition = default);
static member RoleManagementAlertConfigurationProperties : string * string * Nullable<bool> * string * Azure.ResourceManager.Authorization.RoleManagementAlertDefinitionData -> Azure.ResourceManager.Authorization.Models.RoleManagementAlertConfigurationProperties
Public Shared Function RoleManagementAlertConfigurationProperties (Optional alertDefinitionId As String = Nothing, Optional scope As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional alertConfigurationType As String = Nothing, Optional alertDefinition As RoleManagementAlertDefinitionData = Nothing) As RoleManagementAlertConfigurationProperties

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.

alertConfigurationType
String

The alert configuration type.

alertDefinition
RoleManagementAlertDefinitionData

The alert definition.

Returns

A new RoleManagementAlertConfigurationProperties instance for mocking.

Applies to