ServerlessEndpointState.Implicit Operator

Definition

Overloads

Implicit(ServerlessEndpointState to String)

Implicit operator to convert ServerlessEndpointState to string

Implicit(String to ServerlessEndpointState)

Implicit operator to convert string to ServerlessEndpointState

Implicit(ServerlessEndpointState to String)

Implicit operator to convert ServerlessEndpointState to string

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

Parameters

e
ServerlessEndpointState

the value to convert to an instance of ServerlessEndpointState.

Returns

Applies to

Implicit(String to ServerlessEndpointState)

Implicit operator to convert string to ServerlessEndpointState

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

Parameters

value
String

the value to convert to an instance of ServerlessEndpointState.

Returns

Applies to