Share via


SecretsType.Implicit Operator

Definition

Overloads

Implicit(SecretsType to String)

Implicit operator to convert SecretsType to string

Implicit(String to SecretsType)

Implicit operator to convert string to SecretsType

Implicit(SecretsType to String)

Implicit operator to convert SecretsType to string

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

Parameters

e
SecretsType

the value to convert to an instance of SecretsType.

Returns

Applies to

Implicit(String to SecretsType)

Implicit operator to convert string to SecretsType

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

Parameters

value
String

the value to convert to an instance of SecretsType.

Returns

Applies to