Bagikan melalui


IApplicationPackageOperations Interface

Definition

ApplicationPackageOperations operations.

public interface IApplicationPackageOperations
type IApplicationPackageOperations = interface
Public Interface IApplicationPackageOperations

Methods

ActivateWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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.

CreateWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates an application package record. The record contains a storageUrl where the package should be uploaded to. Once it is uploaded the ApplicationPackage needs to be activated using ApplicationPackageActive before it can be used. If the auto storage account was configured to use storage keys, the URL returned will contain a SAS.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an application package record and its associated binary file.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about the specified application package.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the application packages in the specified application.

ListWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Lists all of the application packages in the specified application.

Extension Methods

Activate(IApplicationPackageOperations, String, String, String, String, String)

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.

ActivateAsync(IApplicationPackageOperations, String, String, String, String, String, CancellationToken)

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.

Create(IApplicationPackageOperations, String, String, String, String)

Creates an application package record. The record contains a storageUrl where the package should be uploaded to. Once it is uploaded the ApplicationPackage needs to be activated using ApplicationPackageActive before it can be used. If the auto storage account was configured to use storage keys, the URL returned will contain a SAS.

CreateAsync(IApplicationPackageOperations, String, String, String, String, CancellationToken)

Creates an application package record. The record contains a storageUrl where the package should be uploaded to. Once it is uploaded the ApplicationPackage needs to be activated using ApplicationPackageActive before it can be used. If the auto storage account was configured to use storage keys, the URL returned will contain a SAS.

Delete(IApplicationPackageOperations, String, String, String, String)

Deletes an application package record and its associated binary file.

DeleteAsync(IApplicationPackageOperations, String, String, String, String, CancellationToken)

Deletes an application package record and its associated binary file.

Get(IApplicationPackageOperations, String, String, String, String)

Gets information about the specified application package.

GetAsync(IApplicationPackageOperations, String, String, String, String, CancellationToken)

Gets information about the specified application package.

List(IApplicationPackageOperations, String, String, String, Nullable<Int32>)

Lists all of the application packages in the specified application.

ListAsync(IApplicationPackageOperations, String, String, String, Nullable<Int32>, CancellationToken)

Lists all of the application packages in the specified application.

ListNext(IApplicationPackageOperations, String)

Lists all of the application packages in the specified application.

ListNextAsync(IApplicationPackageOperations, String, CancellationToken)

Lists all of the application packages in the specified application.

Applies to