Share via


LoggingDetails Struct

Definition

Argument completer implementation for LoggingDetails.

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

Fields

Body
None

Methods

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

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

Equals(LoggingDetails)

Compares values of enum type LoggingDetails

Equals(Object)

Compares values of enum type LoggingDetails (override for Object)

GetHashCode()

Returns hashCode for enum LoggingDetails

ToString()

Returns string representation for LoggingDetails

Operators

Equality(LoggingDetails, LoggingDetails)

Overriding == operator for enum LoggingDetails

Implicit(LoggingDetails to String)

Implicit operator to convert LoggingDetails to string

Implicit(String to LoggingDetails)

Implicit operator to convert string to LoggingDetails

Inequality(LoggingDetails, LoggingDetails)

Overriding != operator for enum LoggingDetails

Applies to