NotifyGlobalAdmins Struct
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.
Should global admins be notified
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdminsTypeConverter))]
public struct NotifyGlobalAdmins : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdmins>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyGlobalAdminsTypeConverter))>]
type NotifyGlobalAdmins = struct
interface IArgumentCompleter
Public Structure NotifyGlobalAdmins
Implements IArgumentCompleter, IEquatable(Of NotifyGlobalAdmins)
- Inheritance
-
NotifyGlobalAdmins
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Disabled | |
| Enabled | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(NotifyGlobalAdmins) |
Compares values of enum type NotifyGlobalAdmins |
| Equals(Object) |
Compares values of enum type NotifyGlobalAdmins (override for Object) |
| GetHashCode() |
Returns hashCode for enum NotifyGlobalAdmins |
| ToString() |
Returns string representation for NotifyGlobalAdmins |
Operators
| Name | Description |
|---|---|
| Equality(NotifyGlobalAdmins, NotifyGlobalAdmins) |
Overriding == operator for enum NotifyGlobalAdmins |
| Implicit(NotifyGlobalAdmins to String) |
Implicit operator to convert NotifyGlobalAdmins to string |
| Implicit(String to NotifyGlobalAdmins) |
Implicit operator to convert string to NotifyGlobalAdmins |
| Inequality(NotifyGlobalAdmins, NotifyGlobalAdmins) |
Overriding != operator for enum NotifyGlobalAdmins |