Share via


EnvironmentTypeEnableStatus.Implicit Operator

Definition

Overloads

Implicit(EnvironmentTypeEnableStatus to String)

Implicit operator to convert EnvironmentTypeEnableStatus to string

Implicit(String to EnvironmentTypeEnableStatus)

Implicit operator to convert string to EnvironmentTypeEnableStatus

Implicit(EnvironmentTypeEnableStatus to String)

Implicit operator to convert EnvironmentTypeEnableStatus to string

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

Parameters

e
EnvironmentTypeEnableStatus

the value to convert to an instance of EnvironmentTypeEnableStatus.

Returns

Applies to

Implicit(String to EnvironmentTypeEnableStatus)

Implicit operator to convert string to EnvironmentTypeEnableStatus

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

Parameters

value
String

the value to convert to an instance of EnvironmentTypeEnableStatus.

Returns

Applies to