VmGuestPatchClassificationForWindows.Implicit Operator

Definition

Overloads

Implicit(String to Nullable<VmGuestPatchClassificationForWindows>)

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

Parameters

value
String

Returns

Applies to

Implicit(String to VmGuestPatchClassificationForWindows)

Source:
VmGuestPatchClassificationForWindows.cs
Source:
VmGuestPatchClassificationForWindows.cs

Converts a string to a VmGuestPatchClassificationForWindows.

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

Parameters

value
String

The value.

Returns

Applies to