INotificationSettings.NotifyGlobalAdmin Property

Definition

Should global admins be notified

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="Should global admins be notified", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins) }, ReadOnly=false, Required=false, SerializedName="notifyGlobalAdmins")]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins? NotifyGlobalAdmin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="Should global admins be notified", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins) }, ReadOnly=false, Required=false, SerializedName="notifyGlobalAdmins")>]
member this.NotifyGlobalAdmin : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins> with get, set
Public Property NotifyGlobalAdmin As Nullable(Of NotifyGlobalAdmins)

Property Value

Attributes

Applies to