Freigeben über


AutoStartEnableStatus.Implicit Operator

Definition

Overloads

Name Description
Implicit(AutoStartEnableStatus to String)

Implicit operator to convert AutoStartEnableStatus to string

Implicit(String to AutoStartEnableStatus)

Implicit operator to convert string to AutoStartEnableStatus

Implicit(AutoStartEnableStatus to String)

Implicit operator to convert AutoStartEnableStatus to string

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

Parameters

e
AutoStartEnableStatus

the value to convert to an instance of AutoStartEnableStatus.

Returns

Applies to

Implicit(String to AutoStartEnableStatus)

Implicit operator to convert string to AutoStartEnableStatus

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

Parameters

value
String

the value to convert to an instance of AutoStartEnableStatus.

Returns

Applies to