ArmAuthorizationModelFactory.RoleManagementAlertConfigurationProperties 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.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.
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.