ComputeFleetWindowsVmGuestPatchMode.Implicit Operator

Definition

Overloads

Implicit(String to ComputeFleetWindowsVmGuestPatchMode)

Source:
ComputeFleetWindowsVmGuestPatchMode.cs
Source:
ComputeFleetWindowsVmGuestPatchMode.cs

Converts a string to a ComputeFleetWindowsVmGuestPatchMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputeFleetWindowsVmGuestPatchMode>)

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

Parameters

value
String

Returns

Applies to