SyncKerberosPasswords Struct

Definition

A flag to determine whether or not SyncKerberosPasswords is enabled or disabled.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswordsTypeConverter))]
public struct SyncKerberosPasswords : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswords>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.SyncKerberosPasswordsTypeConverter))>]
type SyncKerberosPasswords = struct
    interface IArgumentCompleter
Public Structure SyncKerberosPasswords
Implements IArgumentCompleter, IEquatable(Of SyncKerberosPasswords)
Inheritance
SyncKerberosPasswords
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 SyncKerberosPasswords (override for Object)

Equals(SyncKerberosPasswords)

Compares values of enum type SyncKerberosPasswords

GetHashCode()

Returns hashCode for enum SyncKerberosPasswords

ToString()

Returns string representation for SyncKerberosPasswords

Operators

Name Description
Equality(SyncKerberosPasswords, SyncKerberosPasswords)

Overriding == operator for enum SyncKerberosPasswords

Implicit(String to SyncKerberosPasswords)

Implicit operator to convert string to SyncKerberosPasswords

Implicit(SyncKerberosPasswords to String)

Implicit operator to convert SyncKerberosPasswords to string

Inequality(SyncKerberosPasswords, SyncKerberosPasswords)

Overriding != operator for enum SyncKerberosPasswords

Applies to