IAppsOperations Interface

Definition

AppsOperations operations.

public interface IAppsOperations
type IAppsOperations = interface
Public Interface IAppsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, AppResource, Dictionary<String,List<String>>, CancellationToken)

Create a new App or update an exiting App.

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

Operation to delete an App.

BeginUpdateWithHttpMessagesAsync(String, String, String, AppResource, Dictionary<String,List<String>>, CancellationToken)

Operation to update an exiting App.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, AppResource, Dictionary<String,List<String>>, CancellationToken)

Create a new App or update an exiting App.

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

Operation to delete an App.

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

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

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

Get an App and its properties.

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

Handles requests to list all resources in a Service.

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

Handles requests to list all resources in a Service.

UpdateWithHttpMessagesAsync(String, String, String, AppResource, Dictionary<String,List<String>>, CancellationToken)

Operation to update an exiting App.

ValidateDomainWithHttpMessagesAsync(String, String, String, CustomDomainValidatePayload, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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