LinuxVmGuestPatchAutomaticByPlatformRebootSetting.Implicit Operator

Definition

Overloads

Implicit(String to LinuxVmGuestPatchAutomaticByPlatformRebootSetting)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<LinuxVmGuestPatchAutomaticByPlatformRebootSetting>)

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

Parameters

value
String

Returns

Applies to