ComputeFleetLinuxVmGuestPatchMode.Implicit Operator

Definition

Overloads

Implicit(String to ComputeFleetLinuxVmGuestPatchMode)

Source:
ComputeFleetLinuxVmGuestPatchMode.cs
Source:
ComputeFleetLinuxVmGuestPatchMode.cs

Converts a string to a ComputeFleetLinuxVmGuestPatchMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ComputeFleetLinuxVmGuestPatchMode>)

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

Parameters

value
String

Returns

Applies to