Share via


Location.Implicit Operator

Definition

Overloads

Implicit(Location to String)

Implicit operator to convert Location to string

Implicit(String to Location)

Implicit operator to convert string to Location

Implicit(Location to String)

Implicit operator to convert Location to string

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

Parameters

e
Location

the value to convert to an instance of Location.

Returns

Applies to

Implicit(String to Location)

Implicit operator to convert string to Location

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

Parameters

value
String

the value to convert to an instance of Location.

Returns

Applies to