IRoleManagementPolicyNotificationRule.NotificationLevel Property
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.
The notification level.
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.PSArgumentCompleter(new System.String[] { "None", "Critical", "All" })]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Create=true, Description="The notification level.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="notificationLevel", Update=true)]
public string NotificationLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.PSArgumentCompleter(new System.String[] { "None", "Critical", "All" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Create=true, Description="The notification level.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="notificationLevel", Update=true)>]
member this.NotificationLevel : string with get, set
Public Property NotificationLevel As String
Property Value
- Attributes