ProtectedItemState.Implicit Operator

Definition

Overloads

Implicit(String to ProtectedItemState)

Source:
ProtectedItemState.cs
Source:
ProtectedItemState.cs

Converts a string to a ProtectedItemState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProtectedItemState>)

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

Parameters

value
String

Returns

Applies to