AddApplicationPackageResponse.StorageUrlExpiry Property

 

Required. Gets or sets the UTC time at which the storage URL will expire.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

public DateTime StorageUrlExpiry { get; set; }
public:
property DateTime StorageUrlExpiry {
    DateTime get();
    void set(DateTime value);
}
member StorageUrlExpiry : DateTime with get, set
Public Property StorageUrlExpiry As Date

Property Value

Type: System.DateTime

See Also

AddApplicationPackageResponse Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top