Share via


SendingLogsStatus.Implicit Operator

Definition

Overloads

Implicit(SendingLogsStatus to String)

Implicit operator to convert SendingLogsStatus to string

Implicit(String to SendingLogsStatus)

Implicit operator to convert string to SendingLogsStatus

Implicit(SendingLogsStatus to String)

Implicit operator to convert SendingLogsStatus to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus -> string
Public Shared Widening Operator CType (e As SendingLogsStatus) As String

Parameters

e
SendingLogsStatus

the value to convert to an instance of SendingLogsStatus.

Returns

Applies to

Implicit(String to SendingLogsStatus)

Implicit operator to convert string to SendingLogsStatus

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.SendingLogsStatus
Public Shared Widening Operator CType (value As String) As SendingLogsStatus

Parameters

value
String

the value to convert to an instance of SendingLogsStatus.

Returns

Applies to