次の方法で共有


DirectoryServiceOptions Struct

Definition

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

Applies to