VmGuestPatchClassificationForWindows Struct

Definition

The VmGuestPatchClassificationForWindows.

public readonly struct VmGuestPatchClassificationForWindows : IEquatable<Azure.ResourceManager.Compute.Models.VmGuestPatchClassificationForWindows>
type VmGuestPatchClassificationForWindows = struct
Public Structure VmGuestPatchClassificationForWindows
Implements IEquatable(Of VmGuestPatchClassificationForWindows)
Inheritance
VmGuestPatchClassificationForWindows
Implements

Constructors

VmGuestPatchClassificationForWindows(String)

Initializes a new instance of VmGuestPatchClassificationForWindows.

Properties

Critical

Critical.

Definition

Definition.

FeaturePack

FeaturePack.

Security

Security.

ServicePack

ServicePack.

Tools

Tools.

UpdateRollUp

UpdateRollUp.

Updates

Updates.

Methods

Equals(VmGuestPatchClassificationForWindows)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(VmGuestPatchClassificationForWindows, VmGuestPatchClassificationForWindows)

Determines if two VmGuestPatchClassificationForWindows values are the same.

Implicit(String to VmGuestPatchClassificationForWindows)

Converts a string to a VmGuestPatchClassificationForWindows.

Inequality(VmGuestPatchClassificationForWindows, VmGuestPatchClassificationForWindows)

Determines if two VmGuestPatchClassificationForWindows values are not the same.

Applies to