Freigeben über


KeepAwakeEnableStatus.Implicit Operator

Definition

Overloads

Name Description
Implicit(KeepAwakeEnableStatus to String)

Implicit operator to convert KeepAwakeEnableStatus to string

Implicit(String to KeepAwakeEnableStatus)

Implicit operator to convert string to KeepAwakeEnableStatus

Implicit(KeepAwakeEnableStatus to String)

Implicit operator to convert KeepAwakeEnableStatus to string

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

Parameters

e
KeepAwakeEnableStatus

the value to convert to an instance of KeepAwakeEnableStatus.

Returns

Applies to

Implicit(String to KeepAwakeEnableStatus)

Implicit operator to convert string to KeepAwakeEnableStatus

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

Parameters

value
String

the value to convert to an instance of KeepAwakeEnableStatus.

Returns

Applies to