Freigeben über


PatchServiceUsed Struct

Definition

Specifies the patch service used for the operation.

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

Constructors

Name Description
PatchServiceUsed(String)

Initializes a new instance of PatchServiceUsed.

Properties

Name Description
Apt

APT.

Unknown

Unknown.

WU

WU.

WUWsus

WU_WSUS.

Yum

YUM.

Zypper

Zypper.

Methods

Name Description
Equals(PatchServiceUsed)

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(PatchServiceUsed, PatchServiceUsed)

Determines if two PatchServiceUsed values are the same.

Implicit(String to PatchServiceUsed)

Converts a String to a PatchServiceUsed.

Inequality(PatchServiceUsed, PatchServiceUsed)

Determines if two PatchServiceUsed values are not the same.

Applies to