Partager via


IDeploymentOperations Interface

Définition

Opérations de gestion des dépôts.

public interface IDeploymentOperations
type IDeploymentOperations = interface
Public Interface IDeploymentOperations

Méthodes

GetAsync(String, CancellationToken)

Obtient un déploiement pour un site web.

GetLogAsync(String, String, CancellationToken)

Obtient un journal de déploiement pour un site web.

ListAsync(DeploymentListParameters, CancellationToken)

Répertoriez les déploiements d’un site web.

ListLogsAsync(String, DeploymentListParameters, CancellationToken)

Répertoriez les journaux d’activité d’un déploiement pour un site web.

RedeployAsync(String, CancellationToken)

Redéploie un déploiement de site web spécifique.

Méthodes d’extension

Get(IDeploymentOperations, String)

Obtient un déploiement pour un site web.

GetAsync(IDeploymentOperations, String)

Obtient un déploiement pour un site web.

GetLog(IDeploymentOperations, String, String)

Obtient un journal de déploiement pour un site web.

GetLogAsync(IDeploymentOperations, String, String)

Obtient un journal de déploiement pour un site web.

List(IDeploymentOperations, DeploymentListParameters)

Répertoriez les déploiements d’un site web.

ListAsync(IDeploymentOperations, DeploymentListParameters)

Répertoriez les déploiements d’un site web.

ListLogs(IDeploymentOperations, String, DeploymentListParameters)

Répertoriez les journaux d’activité d’un déploiement pour un site web.

ListLogsAsync(IDeploymentOperations, String, DeploymentListParameters)

Répertoriez les journaux d’activité d’un déploiement pour un site web.

Redeploy(IDeploymentOperations, String)

Redéploie un déploiement de site web spécifique.

RedeployAsync(IDeploymentOperations, String)

Redéploie un déploiement de site web spécifique.

S’applique à