IDeploymentsOperations Interface

Definition

DeploymentsOperations operations.

public interface IDeploymentsOperations
type IDeploymentsOperations = interface
Public Interface IDeploymentsOperations

Methods

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

Create a new Deployment or update an exiting Deployment.

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

Operation to delete a Deployment.

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

Restart the deployment.

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

Start the deployment.

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

Stop the deployment.

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

Operation to update an exiting Deployment.

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

Create a new Deployment or update an exiting Deployment.

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

Operation to delete a Deployment.

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

Get deployment log file URL

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

Get a Deployment and its properties.

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

List deployments for a certain service

ListForClusterWithHttpMessagesAsync(String, String, IList<String>, Dictionary<String,List<String>>, CancellationToken)

List deployments for a certain service

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

Handles requests to list all resources in an App.

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

Handles requests to list all resources in an App.

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

Restart the deployment.

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

Start the deployment.

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

Stop the deployment.

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

Operation to update an exiting Deployment.

Extension Methods

BeginCreateOrUpdate(IDeploymentsOperations, String, String, String, String, DeploymentResource)

Create a new Deployment or update an exiting Deployment.

BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, String, String, DeploymentResource, CancellationToken)

Create a new Deployment or update an exiting Deployment.

BeginDelete(IDeploymentsOperations, String, String, String, String)

Operation to delete a Deployment.

BeginDeleteAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Operation to delete a Deployment.

BeginRestart(IDeploymentsOperations, String, String, String, String)

Restart the deployment.

BeginRestartAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Restart the deployment.

BeginStart(IDeploymentsOperations, String, String, String, String)

Start the deployment.

BeginStartAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Start the deployment.

BeginStop(IDeploymentsOperations, String, String, String, String)

Stop the deployment.

BeginStopAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Stop the deployment.

BeginUpdate(IDeploymentsOperations, String, String, String, String, DeploymentResource)

Operation to update an exiting Deployment.

BeginUpdateAsync(IDeploymentsOperations, String, String, String, String, DeploymentResource, CancellationToken)

Operation to update an exiting Deployment.

CreateOrUpdate(IDeploymentsOperations, String, String, String, String, DeploymentResource)

Create a new Deployment or update an exiting Deployment.

CreateOrUpdateAsync(IDeploymentsOperations, String, String, String, String, DeploymentResource, CancellationToken)

Create a new Deployment or update an exiting Deployment.

Delete(IDeploymentsOperations, String, String, String, String)

Operation to delete a Deployment.

DeleteAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Operation to delete a Deployment.

Get(IDeploymentsOperations, String, String, String, String)

Get a Deployment and its properties.

GetAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Get a Deployment and its properties.

GetLogFileUrl(IDeploymentsOperations, String, String, String, String)

Get deployment log file URL

GetLogFileUrlAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Get deployment log file URL

List(IDeploymentsOperations, String, String, String, IList<String>)

Handles requests to list all resources in an App.

ListAsync(IDeploymentsOperations, String, String, String, IList<String>, CancellationToken)

Handles requests to list all resources in an App.

ListForCluster(IDeploymentsOperations, String, String, IList<String>)

List deployments for a certain service

ListForClusterAsync(IDeploymentsOperations, String, String, IList<String>, CancellationToken)

List deployments for a certain service

ListForClusterNext(IDeploymentsOperations, String)

List deployments for a certain service

ListForClusterNextAsync(IDeploymentsOperations, String, CancellationToken)

List deployments for a certain service

ListNext(IDeploymentsOperations, String)

Handles requests to list all resources in an App.

ListNextAsync(IDeploymentsOperations, String, CancellationToken)

Handles requests to list all resources in an App.

Restart(IDeploymentsOperations, String, String, String, String)

Restart the deployment.

RestartAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Restart the deployment.

Start(IDeploymentsOperations, String, String, String, String)

Start the deployment.

StartAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Start the deployment.

Stop(IDeploymentsOperations, String, String, String, String)

Stop the deployment.

StopAsync(IDeploymentsOperations, String, String, String, String, CancellationToken)

Stop the deployment.

Update(IDeploymentsOperations, String, String, String, String, DeploymentResource)

Operation to update an exiting Deployment.

UpdateAsync(IDeploymentsOperations, String, String, String, String, DeploymentResource, CancellationToken)

Operation to update an exiting Deployment.

Applies to