public interface ApplicationPackage extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<ApplicationPackage,Application>, com.microsoft.azure.management.resources.fluentcore.model.Wrapper<com.microsoft.azure.management.batch.implementation.ApplicationPackageInner>
| Modifier and Type | Method and Description |
|---|---|
void |
activate(String format)
Activates the application package.
|
void |
delete()
Deletes the application package.
|
String |
format() |
org.joda.time.DateTime |
lastActivationTime() |
String |
name() |
PackageState |
state() |
String |
storageUrl() |
org.joda.time.DateTime |
storageUrlExpiry() |
idparentkeyString name()
name in interface com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<Application>PackageState state()
String format()
String storageUrl()
org.joda.time.DateTime storageUrlExpiry()
org.joda.time.DateTime lastActivationTime()
void activate(String format)
format - format of the uploaded package supported values zip, tarvoid delete()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/