ManagedNetworkStatus.Implicit Operator

Definition

Overloads

Implicit(ManagedNetworkStatus to String)

Implicit operator to convert ManagedNetworkStatus to string

Implicit(String to ManagedNetworkStatus)

Implicit operator to convert string to ManagedNetworkStatus

Implicit(ManagedNetworkStatus to String)

Implicit operator to convert ManagedNetworkStatus to string

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

Parameters

e
ManagedNetworkStatus

the value to convert to an instance of ManagedNetworkStatus.

Returns

Applies to

Implicit(String to ManagedNetworkStatus)

Implicit operator to convert string to ManagedNetworkStatus

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

Parameters

value
String

the value to convert to an instance of ManagedNetworkStatus.

Returns

Applies to