SyncOnPremPasswords 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.
A flag to determine whether or not SyncOnPremPasswords is enabled or disabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswordsTypeConverter))]
public struct SyncOnPremPasswords : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswords>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncOnPremPasswordsTypeConverter))>]
type SyncOnPremPasswords = struct
interface IArgumentCompleter
Public Structure SyncOnPremPasswords
Implements IArgumentCompleter, IEquatable(Of SyncOnPremPasswords)
- Inheritance
-
SyncOnPremPasswords
- 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(Object) |
Compares values of enum type SyncOnPremPasswords (override for Object) |
| Equals(SyncOnPremPasswords) |
Compares values of enum type SyncOnPremPasswords |
| GetHashCode() |
Returns hashCode for enum SyncOnPremPasswords |
| ToString() |
Returns string representation for SyncOnPremPasswords |
Operators
| Name | Description |
|---|---|
| Equality(SyncOnPremPasswords, SyncOnPremPasswords) |
Overriding == operator for enum SyncOnPremPasswords |
| Implicit(String to SyncOnPremPasswords) |
Implicit operator to convert string to SyncOnPremPasswords |
| Implicit(SyncOnPremPasswords to String) |
Implicit operator to convert SyncOnPremPasswords to string |
| Inequality(SyncOnPremPasswords, SyncOnPremPasswords) |
Overriding != operator for enum SyncOnPremPasswords |