AppsOperationsExtensions Class

Definition

Extension methods for AppsOperations.

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

Methods

BeginCreateOrUpdate(IAppsOperations, String, String, String, AppResource)

Create a new App or update an exiting App.

BeginCreateOrUpdateAsync(IAppsOperations, String, String, String, AppResource, CancellationToken)

Create a new App or update an exiting App.

BeginDelete(IAppsOperations, String, String, String)

Operation to delete an App.

BeginDeleteAsync(IAppsOperations, String, String, String, CancellationToken)

Operation to delete an App.

BeginUpdate(IAppsOperations, String, String, String, AppResource)

Operation to update an exiting App.

BeginUpdateAsync(IAppsOperations, String, String, String, AppResource, CancellationToken)

Operation to update an exiting App.

CreateOrUpdate(IAppsOperations, String, String, String, AppResource)

Create a new App or update an exiting App.

CreateOrUpdateAsync(IAppsOperations, String, String, String, AppResource, CancellationToken)

Create a new App or update an exiting App.

Delete(IAppsOperations, String, String, String)

Operation to delete an App.

DeleteAsync(IAppsOperations, String, String, String, CancellationToken)

Operation to delete an App.

Get(IAppsOperations, String, String, String, String)

Get an App and its properties.

GetAsync(IAppsOperations, String, String, String, String, CancellationToken)

Get an App and its properties.

GetResourceUploadUrl(IAppsOperations, String, String, String)

Get an resource upload URL for an App, which may be artifacts or source archive.

GetResourceUploadUrlAsync(IAppsOperations, String, String, String, CancellationToken)

Get an resource upload URL for an App, which may be artifacts or source archive.

List(IAppsOperations, String, String)

Handles requests to list all resources in a Service.

ListAsync(IAppsOperations, String, String, CancellationToken)

Handles requests to list all resources in a Service.

ListNext(IAppsOperations, String)

Handles requests to list all resources in a Service.

ListNextAsync(IAppsOperations, String, CancellationToken)

Handles requests to list all resources in a Service.

Update(IAppsOperations, String, String, String, AppResource)

Operation to update an exiting App.

UpdateAsync(IAppsOperations, String, String, String, AppResource, CancellationToken)

Operation to update an exiting App.

ValidateDomain(IAppsOperations, String, String, String, CustomDomainValidatePayload)

Check the resource name is valid as well as not in use.

ValidateDomainAsync(IAppsOperations, String, String, String, CustomDomainValidatePayload, CancellationToken)

Check the resource name is valid as well as not in use.

Applies to