WindowsVmGuestPatchAutomaticByPlatformRebootSetting.Implicit Operator

Definition

Overloads

Implicit(String to WindowsVmGuestPatchAutomaticByPlatformRebootSetting)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<WindowsVmGuestPatchAutomaticByPlatformRebootSetting>)

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

Parameters

value
String

Returns

Applies to