Freigeben über


GpuInstanceProfile.Implicit Operator

Definition

Overloads

Implicit(GpuInstanceProfile to String)

Implicit operator to convert GpuInstanceProfile to string

Implicit(String to GpuInstanceProfile)

Implicit operator to convert string to GpuInstanceProfile

Implicit(GpuInstanceProfile to String)

Implicit operator to convert GpuInstanceProfile to string

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

Parameters

e
GpuInstanceProfile

the value to convert to an instance of GpuInstanceProfile.

Returns

Applies to

Implicit(String to GpuInstanceProfile)

Implicit operator to convert string to GpuInstanceProfile

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

Parameters

value
String

the value to convert to an instance of GpuInstanceProfile.

Returns

Applies to