Share via


LoggingDirections Struct

Definition

Argument completer implementation for LoggingDirections.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.LoggingDirectionsTypeConverter))]
public struct LoggingDirections : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.LoggingDirections>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.LoggingDirectionsTypeConverter))>]
type LoggingDirections = struct
    interface IArgumentCompleter
Public Structure LoggingDirections
Implements IArgumentCompleter, IEquatable(Of LoggingDirections)
Inheritance
LoggingDirections
Attributes
Implements

Fields

None
Request
Response

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(LoggingDirections)

Compares values of enum type LoggingDirections

Equals(Object)

Compares values of enum type LoggingDirections (override for Object)

GetHashCode()

Returns hashCode for enum LoggingDirections

ToString()

Returns string representation for LoggingDirections

Operators

Equality(LoggingDirections, LoggingDirections)

Overriding == operator for enum LoggingDirections

Implicit(LoggingDirections to String)

Implicit operator to convert LoggingDirections to string

Implicit(String to LoggingDirections)

Implicit operator to convert string to LoggingDirections

Inequality(LoggingDirections, LoggingDirections)

Overriding != operator for enum LoggingDirections

Applies to