DeploymentsOperationsExtensions Class

Definition

Extension methods for DeploymentsOperations.

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

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