PackageTimestamped Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET