你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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