WindowsVmGuestPatchMode.Implicit Operator

Definition

Overloads

Implicit(String to WindowsVmGuestPatchMode)

Source:
WindowsVmGuestPatchMode.cs

Converts a string to a WindowsVmGuestPatchMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<WindowsVmGuestPatchMode>)

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

Parameters

value
String

Returns

Applies to