ProtectedItemActiveLocation.Implicit Operator

Definition

Overloads

Implicit(String to ProtectedItemActiveLocation)

Source:
ProtectedItemActiveLocation.cs
Source:
ProtectedItemActiveLocation.cs

Converts a string to a ProtectedItemActiveLocation.

public static implicit operator Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemActiveLocation(string value);
static member op_Implicit : string -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemActiveLocation
Public Shared Widening Operator CType (value As String) As ProtectedItemActiveLocation

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProtectedItemActiveLocation>)

Source:
ProtectedItemActiveLocation.cs
public static implicit operator Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemActiveLocation?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemActiveLocation>
Public Shared Widening Operator CType (value As String) As Nullable(Of ProtectedItemActiveLocation)

Parameters

value
String

Returns

Applies to