Share via


SendSubscriptionLogsStatus.Implicit Operator

Definition

Overloads

Implicit(SendSubscriptionLogsStatus to String)

Implicit operator to convert SendSubscriptionLogsStatus to string

Implicit(String to SendSubscriptionLogsStatus)

Implicit operator to convert string to SendSubscriptionLogsStatus

Implicit(SendSubscriptionLogsStatus to String)

Implicit operator to convert SendSubscriptionLogsStatus to string

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

Parameters

e
SendSubscriptionLogsStatus

the value to convert to an instance of SendSubscriptionLogsStatus.

Returns

Applies to

Implicit(String to SendSubscriptionLogsStatus)

Implicit operator to convert string to SendSubscriptionLogsStatus

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

Parameters

value
String

the value to convert to an instance of SendSubscriptionLogsStatus.

Returns

Applies to