LoggingDirections 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.
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
| Name | Description |
|---|---|
| None | |
| Request | |
| Response | |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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 |