Freigeben über


ProtectedItemActiveLocation.Implicit Operator

Definition

Overloads

Implicit(ProtectedItemActiveLocation to String)

Implicit operator to convert ProtectedItemActiveLocation to string

Implicit(String to ProtectedItemActiveLocation)

Implicit operator to convert string to ProtectedItemActiveLocation

Implicit(ProtectedItemActiveLocation to String)

Implicit operator to convert ProtectedItemActiveLocation to string

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

Parameters

e
ProtectedItemActiveLocation

the value to convert to an instance of ProtectedItemActiveLocation.

Returns

Applies to

Implicit(String to ProtectedItemActiveLocation)

Implicit operator to convert string to ProtectedItemActiveLocation

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

Parameters

value
String

the value to convert to an instance of ProtectedItemActiveLocation.

Returns

Applies to