GetApplicationPackageResult.LastActivationTime Property
Gets or sets the time at which the package was last activated, if the package is active.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "lastActivationTime")]
public Nullable<DateTime> LastActivationTime { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "lastActivationTime")]
property Nullable<DateTime> LastActivationTime {
Nullable<DateTime> get();
void set(Nullable<DateTime> value);
}
[<JsonPropertyAttribute(PropertyName = "lastActivationTime")>]
member LastActivationTime : Nullable<DateTime> with get, set
<JsonPropertyAttribute(PropertyName := "lastActivationTime")>
Public Property LastActivationTime As Nullable(Of Date)
Property Value
Type: System.Nullable<DateTime>
See Also
GetApplicationPackageResult Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top