Share via


SshPublicAccess.Implicit Operator

Definition

Overloads

Implicit(SshPublicAccess to String)

Implicit operator to convert SshPublicAccess to string

Implicit(String to SshPublicAccess)

Implicit operator to convert string to SshPublicAccess

Implicit(SshPublicAccess to String)

Implicit operator to convert SshPublicAccess to string

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

Parameters

e
SshPublicAccess

the value to convert to an instance of SshPublicAccess.

Returns

Applies to

Implicit(String to SshPublicAccess)

Implicit operator to convert string to SshPublicAccess

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

Parameters

value
String

the value to convert to an instance of SshPublicAccess.

Returns

Applies to