GetApplicationPackageResult Constructor
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Overload List
| Name | Description | |
|---|---|---|
![]() |
GetApplicationPackageResult() | Initializes a new instance of the GetApplicationPackageResult class. |
![]() |
GetApplicationPackageResult(String, String, Nullable<PackageState>, String, String, Nullable<DateTime>, Nullable<DateTime>) | Initializes a new instance of the GetApplicationPackageResult class. |
See Also
GetApplicationPackageResult Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top
GetApplicationPackageResult Constructor ()
Initializes a new instance of the GetApplicationPackageResult class.
Syntax
public GetApplicationPackageResult()
public:
GetApplicationPackageResult()
new : unit -> GetApplicationPackageResult
Public Sub New
Return to top
GetApplicationPackageResult Constructor (String, String, Nullable<PackageState>, String, String, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the GetApplicationPackageResult class.
Syntax
public GetApplicationPackageResult(
string id = null,
string version = null,
Nullable<PackageState> state = null,
string format = null,
string storageUrl = null,
Nullable<DateTime> storageUrlExpiry = null,
Nullable<DateTime> lastActivationTime = null
)
public:
GetApplicationPackageResult(
String^ id = null,
String^ version = null,
Nullable<PackageState> state = null,
String^ format = null,
String^ storageUrl = null,
Nullable<DateTime> storageUrlExpiry = null,
Nullable<DateTime> lastActivationTime = null
)
new :
id:string = null *
version:string = null *
state:Nullable<PackageState> = null *
format:string = null *
storageUrl:string = null *
storageUrlExpiry:Nullable<DateTime> = null *
lastActivationTime:Nullable<DateTime> = null -> GetApplicationPackageResult
Public Sub New (
id As String,
version As String,
state As Nullable(Of PackageState),
format As String,
storageUrl As String,
storageUrlExpiry As Nullable(Of Date),
lastActivationTime As Nullable(Of Date)
)
Parameters
- id
Type: System.String
- version
Type: System.String
- state
Type: System.Nullable<PackageState>
- format
Type: System.String
- storageUrl
Type: System.String
- storageUrlExpiry
Type: System.Nullable<DateTime>
- lastActivationTime
Type: System.Nullable<DateTime>
Return to top
.jpeg)