ApplicationPackages Interface
public interface ApplicationPackages
Resource collection API of ApplicationPackages.
Method Summary
Method Details
activate
public abstract ApplicationPackage activate(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters)
Activates the specified application package. This should be done after the `ApplicationPackage` was created and uploaded. This needs to be done before an `ApplicationPackage` can be used on Pools or Tasks.
Parameters:
Returns:
activateWithResponse
public abstract Response<ApplicationPackage> activateWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters, Context context)
Activates the specified application package. This should be done after the `ApplicationPackage` was created and uploaded. This needs to be done before an `ApplicationPackage` can be used on Pools or Tasks.
Parameters:
Returns:
define
public abstract ApplicationPackage.DefinitionStages.Blank define(String name)
Begins definition for a new ApplicationPackage resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String applicationName, String versionName)
Deletes an application package record and its associated binary file.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes an application package record and its associated binary file.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes an application package record and its associated binary file.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)
Deletes an application package record and its associated binary file.
Parameters:
Returns:
get
public abstract ApplicationPackage get(String resourceGroupName, String accountName, String applicationName, String versionName)
Gets information about the specified application package.
Parameters:
Returns:
getById
public abstract ApplicationPackage getById(String id)
Gets information about the specified application package.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ApplicationPackage> getByIdWithResponse(String id, Context context)
Gets information about the specified application package.
Parameters:
Returns:
getWithResponse
public abstract Response<ApplicationPackage> getWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)
Gets information about the specified application package.
Parameters:
Returns:
list
public abstract PagedIterable<ApplicationPackage> list(String resourceGroupName, String accountName, String applicationName)
Lists all of the application packages in the specified application.
Parameters:
Returns:
list
public abstract PagedIterable<ApplicationPackage> list(String resourceGroupName, String accountName, String applicationName, Integer maxresults, Context context)
Lists all of the application packages in the specified application.
Parameters:
Returns: