Share via


SapConfigurationType.Implicit Operator

Definition

Overloads

Implicit(SapConfigurationType to String)

Implicit operator to convert SapConfigurationType to string

Implicit(String to SapConfigurationType)

Implicit operator to convert string to SapConfigurationType

Implicit(SapConfigurationType to String)

Implicit operator to convert SapConfigurationType to string

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

Parameters

e
SapConfigurationType

the value to convert to an instance of SapConfigurationType.

Returns

Applies to

Implicit(String to SapConfigurationType)

Implicit operator to convert string to SapConfigurationType

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

Parameters

value
String

the value to convert to an instance of SapConfigurationType.

Returns

Applies to