NotifyDcAdmins 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 domain controller admins be notified
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdminsTypeConverter))]
public struct NotifyDcAdmins : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdmins>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NotifyDcAdminsTypeConverter))>]
type NotifyDcAdmins = struct
interface IArgumentCompleter
Public Structure NotifyDcAdmins
Implements IArgumentCompleter, IEquatable(Of NotifyDcAdmins)
- Inheritance
-
NotifyDcAdmins
- 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(NotifyDcAdmins) |
Compares values of enum type NotifyDcAdmins |
| Equals(Object) |
Compares values of enum type NotifyDcAdmins (override for Object) |
| GetHashCode() |
Returns hashCode for enum NotifyDcAdmins |
| ToString() |
Returns string representation for NotifyDcAdmins |
Operators
| Name | Description |
|---|---|
| Equality(NotifyDcAdmins, NotifyDcAdmins) |
Overriding == operator for enum NotifyDcAdmins |
| Implicit(NotifyDcAdmins to String) |
Implicit operator to convert NotifyDcAdmins to string |
| Implicit(String to NotifyDcAdmins) |
Implicit operator to convert string to NotifyDcAdmins |
| Inequality(NotifyDcAdmins, NotifyDcAdmins) |
Overriding != operator for enum NotifyDcAdmins |