Dela via


SendingLogs Struct

Definition

Flag indicating the status of the resource for sending logs operation to Elastic.

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

Fields

False
True

Methods

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

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

Equals(Object)

Compares values of enum type SendingLogs (override for Object)

Equals(SendingLogs)

Compares values of enum type SendingLogs

GetHashCode()

Returns hashCode for enum SendingLogs

ToString()

Returns string representation for SendingLogs

Operators

Equality(SendingLogs, SendingLogs)

Overriding == operator for enum SendingLogs

Implicit(SendingLogs to String)

Implicit operator to convert SendingLogs to string

Implicit(String to SendingLogs)

Implicit operator to convert string to SendingLogs

Inequality(SendingLogs, SendingLogs)

Overriding != operator for enum SendingLogs

Applies to