IApplicationPackageOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
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
|
ActivateAsync(IApplicationPackageOperations, String, String, String, String, String, CancellationToken) |
Activates the specified application package. This should be done after the
|
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
|
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
|
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
Azure SDK for .NET