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