Share via


RestoreTargetLocationType.Implicit Operator

Definition

Overloads

Implicit(RestoreTargetLocationType to String)

Implicit operator to convert RestoreTargetLocationType to string

Implicit(String to RestoreTargetLocationType)

Implicit operator to convert string to RestoreTargetLocationType

Implicit(RestoreTargetLocationType to String)

Implicit operator to convert RestoreTargetLocationType to string

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

Parameters

e
RestoreTargetLocationType

the value to convert to an instance of RestoreTargetLocationType.

Returns

Applies to

Implicit(String to RestoreTargetLocationType)

Implicit operator to convert string to RestoreTargetLocationType

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

Parameters

value
String

the value to convert to an instance of RestoreTargetLocationType.

Returns

Applies to