ActualRansomwareProtectionState.Implicit Operator

Definition

Overloads

Implicit(String to ActualRansomwareProtectionState)

Source:
ActualRansomwareProtectionState.cs
Source:
ActualRansomwareProtectionState.cs

Converts a string to a ActualRansomwareProtectionState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ActualRansomwareProtectionState>)

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

Parameters

value
String

Returns

Applies to