Bagikan melalui


ApplicationPackageOperationsExtensions Class

Definition

Extension methods for ApplicationPackageOperations.

public static class ApplicationPackageOperationsExtensions
type ApplicationPackageOperationsExtensions = class
Public Module ApplicationPackageOperationsExtensions
Inheritance
ApplicationPackageOperationsExtensions

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