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

PackageTimestamped Struct

Definition

Is package timestamped so it can ignore the certificate expiry date.

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

Constructors

PackageTimestamped(String)

Initializes a new instance of PackageTimestamped.

Properties

NotTimestamped

NotTimestamped.

Timestamped

Timestamped.

Methods

Equals(PackageTimestamped)

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

Determines if two PackageTimestamped values are the same.

Implicit(String to PackageTimestamped)

Converts a String to a PackageTimestamped.

Inequality(PackageTimestamped, PackageTimestamped)

Determines if two PackageTimestamped values are not the same.

Applies to