Compartilhar via


VMPriceOstype.Implicit Operator

Definition

Overloads

Implicit(VMPriceOstype to String)

Implicit operator to convert VMPriceOstype to string

Implicit(String to VMPriceOstype)

Implicit operator to convert string to VMPriceOstype

Implicit(VMPriceOstype to String)

Implicit operator to convert VMPriceOstype to string

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

Parameters

e
VMPriceOstype

the value to convert to an instance of VMPriceOstype.

Returns

Applies to

Implicit(String to VMPriceOstype)

Implicit operator to convert string to VMPriceOstype

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

Parameters

value
String

the value to convert to an instance of VMPriceOstype.

Returns

Applies to