Udostępnij za pośrednictwem


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

PatchServiceUsed(String)

Initializes a new instance of PatchServiceUsed.

Properties

Apt

APT.

Unknown

Unknown.

WU

WU.

WUWsus

WU_WSUS.

Yum

YUM.

Zypper

Zypper.

Methods

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

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