DirectoryServiceOptions 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.
Indicates the directory service used.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptionsTypeConverter))]
public struct DirectoryServiceOptions : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptions>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DirectoryServiceOptionsTypeConverter))>]
type DirectoryServiceOptions = struct
interface IArgumentCompleter
Public Structure DirectoryServiceOptions
Implements IArgumentCompleter, IEquatable(Of DirectoryServiceOptions)
- Inheritance
-
DirectoryServiceOptions
- Attributes
- Implements
Fields
Aadds | |
Ad | |
None |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DirectoryServiceOptions) |
Compares values of enum type DirectoryServiceOptions |
Equals(Object) |
Compares values of enum type DirectoryServiceOptions (override for Object) |
GetHashCode() |
Returns hashCode for enum DirectoryServiceOptions |
ToString() |
Returns string representation for DirectoryServiceOptions |
Operators
Equality(DirectoryServiceOptions, DirectoryServiceOptions) |
Overriding == operator for enum DirectoryServiceOptions |
Implicit(DirectoryServiceOptions to String) |
Implicit operator to convert DirectoryServiceOptions to string |
Implicit(String to DirectoryServiceOptions) |
Implicit operator to convert string to DirectoryServiceOptions |
Inequality(DirectoryServiceOptions, DirectoryServiceOptions) |
Overriding != operator for enum DirectoryServiceOptions |