VmGuestPatchClassificationForWindows Struct

Definition

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

Constructors

Name Description
VmGuestPatchClassificationForWindows(String)

Initializes a new instance of VmGuestPatchClassificationForWindows.

Properties

Name Description
Critical

Gets the Critical.

Definition

Gets the Definition.

FeaturePack

Gets the FeaturePack.

Security

Gets the Security.

ServicePack

Gets the ServicePack.

Tools

Gets the Tools.

UpdateRollUp

Gets the UpdateRollUp.

Updates

Gets the Updates.

Methods

Name Description
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

Name Description
Equality(VmGuestPatchClassificationForWindows, VmGuestPatchClassificationForWindows)

Determines if two VmGuestPatchClassificationForWindows values are the same.

Implicit(String to Nullable<VmGuestPatchClassificationForWindows>)
Implicit(String to VmGuestPatchClassificationForWindows)

Converts a string to a VmGuestPatchClassificationForWindows.

Inequality(VmGuestPatchClassificationForWindows, VmGuestPatchClassificationForWindows)

Determines if two VmGuestPatchClassificationForWindows values are not the same.

Applies to