IDeploymentOperations Interface

 

Represents the interface for the operations that are used to manage the deployments in a cloud service.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public interface IDeploymentOperations
public interface class IDeploymentOperations
type IDeploymentOperations = interface end
Public Interface IDeploymentOperations

Methods

Name Description
System_CAPS_pubmethod BeginChangingConfigurationByNameAsync(String, String, DeploymentChangeConfigurationParameters, CancellationToken)

Asynchronously initiates a change in the configuration of a specified deployment.

System_CAPS_pubmethod BeginChangingConfigurationBySlotAsync(String, DeploymentSlot, DeploymentChangeConfigurationParameters, CancellationToken)

Asynchronously initiates a change to the configuration of a deployment based on where the application is deployed.

System_CAPS_pubmethod BeginCreatingAsync(String, DeploymentSlot, DeploymentCreateParameters, CancellationToken)

Asynchronously initiates the creation of a new deployment in the specified cloud service.

System_CAPS_pubmethod BeginDeletingByNameAsync(String, String, Boolean, CancellationToken)

System_CAPS_pubmethod BeginDeletingBySlotAsync(String, DeploymentSlot, CancellationToken)

Asynchronously initiates the deletion of a deployment based on the environment where the application is deployed.

System_CAPS_pubmethod BeginDeletingRoleInstanceByBeploymentSlotAsync(String, String, DeploymentDeleteRoleInstanceParameters, CancellationToken)

System_CAPS_pubmethod BeginDeletingRoleInstanceByDeploymentNameAsync(String, String, DeploymentDeleteRoleInstanceParameters, CancellationToken)

System_CAPS_pubmethod BeginGettingPackageByNameAsync(String, String, DeploymentGetPackageParameters, CancellationToken)

System_CAPS_pubmethod BeginGettingPackageBySlotAsync(String, DeploymentSlot, DeploymentGetPackageParameters, CancellationToken)

System_CAPS_pubmethod BeginRebootingRoleInstanceByDeploymentNameAsync(String, String, String, CancellationToken)

Asynchronously initiates the reboot of a specified role instance that is running in the specified deployment.

System_CAPS_pubmethod BeginRebootingRoleInstanceByDeploymentSlotAsync(String, DeploymentSlot, String, CancellationToken)

Asynchronously initiates the reboot of a specified role instance that is running in the specified deployment based on where the application is deployed.

System_CAPS_pubmethod BeginRebuildingRoleInstanceByDeploymentNameAsync(String, String, String, String, CancellationToken)

System_CAPS_pubmethod BeginRebuildingRoleInstanceByDeploymentSlotAsync(String, String, String, String, CancellationToken)

System_CAPS_pubmethod BeginReimagingRoleInstanceByDeploymentNameAsync(String, String, String, CancellationToken)

Asynchronously initiates a reimage of a specified role instance that is running in a specified deployment.

System_CAPS_pubmethod BeginReimagingRoleInstanceByDeploymentSlotAsync(String, DeploymentSlot, String, CancellationToken)

Asynchronously initiates a reimage of a specified role instance that is running in a specified deployment based on where the application is deployed.

System_CAPS_pubmethod BeginSwappingAsync(String, DeploymentSwapParameters, CancellationToken)

Asynchronously initiates a virtual IP address swap between the staging and production deployment environments for a service.

System_CAPS_pubmethod BeginUpdatingStatusByDeploymentNameAsync(String, String, DeploymentUpdateStatusParameters, CancellationToken)

Asynchronously initiates a change in the running status of a deployment. The status of a deployment can be running or suspended.

System_CAPS_pubmethod BeginUpdatingStatusByDeploymentSlotAsync(String, DeploymentSlot, DeploymentUpdateStatusParameters, CancellationToken)

Asynchronously initiates a change in the running status of a deployment based on where the application is deployed.

System_CAPS_pubmethod BeginUpgradingByNameAsync(String, String, DeploymentUpgradeParameters, CancellationToken)

Asynchronously initiates an upgrade of role instances in a specified deployment.

System_CAPS_pubmethod BeginUpgradingBySlotAsync(String, DeploymentSlot, DeploymentUpgradeParameters, CancellationToken)

Asynchronously initiates an upgrade of role instances in a deployment based on where the application is deployed.

System_CAPS_pubmethod BeginWalkingUpgradeDomainByDeploymentNameAsync(String, String, DeploymentWalkUpgradeDomainParameters, CancellationToken)

Asynchronously initiates the upgrade of role instances in upgrade domains.

System_CAPS_pubmethod BeginWalkingUpgradeDomainByDeploymentSlotAsync(String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters, CancellationToken)

Asynchronously initiates the upgrade of role instances in upgrade domains based on where the application is deployed.

System_CAPS_pubmethod ChangeConfigurationByNameAsync(String, String, DeploymentChangeConfigurationParameters, CancellationToken)

Asynchronously changes the configuration of the specified deployment.

System_CAPS_pubmethod ChangeConfigurationBySlotAsync(String, DeploymentSlot, DeploymentChangeConfigurationParameters, CancellationToken)

Asynchronously changes the configuration of a deployment based on where the application is deployed.

System_CAPS_pubmethod CreateAsync(String, DeploymentSlot, DeploymentCreateParameters, CancellationToken)

Asynchronously creates a new deployment in the specified cloud service.

System_CAPS_pubmethod DeleteByNameAsync(String, String, Boolean, CancellationToken)

System_CAPS_pubmethod DeleteBySlotAsync(String, DeploymentSlot, CancellationToken)

Asynchronously deletes a deployment based on the environment where the application is deployed.

System_CAPS_pubmethod DeleteRoleInstanceByDeploymentNameAsync(String, String, DeploymentDeleteRoleInstanceParameters, CancellationToken)

System_CAPS_pubmethod DeleteRoleInstanceByDeploymentSlotAsync(String, String, DeploymentDeleteRoleInstanceParameters, CancellationToken)

System_CAPS_pubmethod GetByNameAsync(String, String, CancellationToken)

Asynchronously returns configuration information, status, and system properties for a deployment.

System_CAPS_pubmethod GetBySlotAsync(String, DeploymentSlot, CancellationToken)

Asynchronously returns configuration information, status, and system properties for a deployment based on where the application is deployed.

System_CAPS_pubmethod GetPackageByNameAsync(String, String, DeploymentGetPackageParameters, CancellationToken)

Asynchronously retrieves a cloud service package for a deployment and stores the package files in Azure Blob Storage.

System_CAPS_pubmethod GetPackageBySlotAsync(String, DeploymentSlot, DeploymentGetPackageParameters, CancellationToken)

Asynchronously retrieves a cloud service package for a deployment based on where the application is deployed. The package files are stored in Azure Blob Storage.

System_CAPS_pubmethod ListEventsAsync(String, String, DateTime, DateTime, CancellationToken)

System_CAPS_pubmethod ListEventsBySlotAsync(String, DeploymentSlot, DateTime, DateTime, CancellationToken)

System_CAPS_pubmethod RebootRoleInstanceByDeploymentNameAsync(String, String, String, CancellationToken)

Asynchronously reboots a specified role instance that is running in the specified deployment.

System_CAPS_pubmethod RebootRoleInstanceByDeploymentSlotAsync(String, DeploymentSlot, String, CancellationToken)

Asynchronously reboots a specified role instance that is running in the specified deployment based on where the application is deployed.

System_CAPS_pubmethod RebuildRoleInstanceByDeploymentNameAsync(String, String, String, String, CancellationToken)

System_CAPS_pubmethod RebuildRoleInstanceByDeploymentSlotAsync(String, String, String, String, CancellationToken)

System_CAPS_pubmethod ReimageRoleInstanceByDeploymentNameAsync(String, String, String, CancellationToken)

Asynchronously reimages a specified role instance that is running in a specified deployment.

System_CAPS_pubmethod ReimageRoleInstanceByDeploymentSlotAsync(String, DeploymentSlot, String, CancellationToken)

Asynchronously reimages a specified role instance that is running in a specified deployment based on where the application is deployed.

System_CAPS_pubmethod RollbackUpdateOrUpgradeByDeploymentNameAsync(String, String, DeploymentRollbackUpdateOrUpgradeParameters, CancellationToken)

Asynchronously cancels an in-progress update of a configuration and returns the deployment to the state it was in before the update was started.

System_CAPS_pubmethod RollbackUpdateOrUpgradeByDeploymentSlotAsync(String, DeploymentSlot, DeploymentRollbackUpdateOrUpgradeParameters, CancellationToken)

Asynchronously cancels an in-progress update of a configuration and returns the deployment in the specified deployment environment to the state it was in before the update was started.

System_CAPS_pubmethod SwapAsync(String, DeploymentSwapParameters, CancellationToken)

Asynchronously swaps the virtual IP addresses between the staging and production deployment environments for a service.

System_CAPS_pubmethod UpdateStatusByDeploymentNameAsync(String, String, DeploymentUpdateStatusParameters, CancellationToken)

Asynchronously changes the running status of a deployment.

System_CAPS_pubmethod UpdateStatusByDeploymentSlotAsync(String, DeploymentSlot, DeploymentUpdateStatusParameters, CancellationToken)

Asynchronously changes the running status of a deployment based on where the application is deployed. The status of a deployment can be running or suspended.

System_CAPS_pubmethod UpgradeByNameAsync(String, String, DeploymentUpgradeParameters, CancellationToken)

Asynchronously upgrades role instances in a specified deployment.

System_CAPS_pubmethod UpgradeBySlotAsync(String, DeploymentSlot, DeploymentUpgradeParameters, CancellationToken)

Upgrades role instances in a deployment based on where the application is deployed.

System_CAPS_pubmethod WalkUpgradeDomainByDeploymentNameAsync(String, String, DeploymentWalkUpgradeDomainParameters, CancellationToken)

Asynchronously upgrades role instances in upgrade domains.

System_CAPS_pubmethod WalkUpgradeDomainByDeploymentSlotAsync(String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters, CancellationToken)

Asynchronously upgrades role instances in upgrade domains based on where the application is deployed.

Extension Methods

Name Description
System_CAPS_pubmethod BeginChangingConfigurationByName(String, String, DeploymentChangeConfigurationParameters)

Initiates a change in the configuration of a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginChangingConfigurationByNameAsync(String, String, DeploymentChangeConfigurationParameters)

Asynchronously initiates a change in the configuration of a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginChangingConfigurationBySlot(String, DeploymentSlot, DeploymentChangeConfigurationParameters)

Initiates a change to the configuration of a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginChangingConfigurationBySlotAsync(String, DeploymentSlot, DeploymentChangeConfigurationParameters)

Asynchronously initiates a change to the configuration of a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginCreating(String, DeploymentSlot, DeploymentCreateParameters)

Initiates the creation of a new deployment in the specified cloud service.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginCreatingAsync(String, DeploymentSlot, DeploymentCreateParameters)

Asynchronously initiates the creation of a new deployment in the specified cloud service.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingByName(String, String, Boolean)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingByNameAsync(String, String, Boolean)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingBySlot(String, DeploymentSlot)

Initiates the deletion of a deployment based on the environment where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingBySlotAsync(String, DeploymentSlot)

Asynchronously initiates the deletion of a deployment based on the environment where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingRoleInstanceByBeploymentSlot(String, String, DeploymentDeleteRoleInstanceParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingRoleInstanceByBeploymentSlotAsync(String, String, DeploymentDeleteRoleInstanceParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingRoleInstanceByDeploymentName(String, String, DeploymentDeleteRoleInstanceParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginDeletingRoleInstanceByDeploymentNameAsync(String, String, DeploymentDeleteRoleInstanceParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginGettingPackageByName(String, String, DeploymentGetPackageParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginGettingPackageByNameAsync(String, String, DeploymentGetPackageParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginGettingPackageBySlot(String, DeploymentSlot, DeploymentGetPackageParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginGettingPackageBySlotAsync(String, DeploymentSlot, DeploymentGetPackageParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginRebootingRoleInstanceByDeploymentName(String, String, String)

Initiates the reboot of a specified role instance that is running in the specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginRebootingRoleInstanceByDeploymentNameAsync(String, String, String)

Asynchronously initiates the reboot of a specified role instance that is running in the specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginRebootingRoleInstanceByDeploymentSlot(String, DeploymentSlot, String)

Initiates the reboot of a specified role instance that is running in the specified deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginRebootingRoleInstanceByDeploymentSlotAsync(String, DeploymentSlot, String)

Asynchronously initiates the reboot of a specified role instance that is running in the specified deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginRebuildingRoleInstanceByDeploymentName(String, String, String, String)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginRebuildingRoleInstanceByDeploymentNameAsync(String, String, String, String)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginRebuildingRoleInstanceByDeploymentSlot(String, String, String, String)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginRebuildingRoleInstanceByDeploymentSlotAsync(String, String, String, String)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginReimagingRoleInstanceByDeploymentName(String, String, String)

Initiates a reimage of a specified role instance that is running in a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginReimagingRoleInstanceByDeploymentNameAsync(String, String, String)

Asynchronously initiates a reimage of a specified role instance that is running in a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginReimagingRoleInstanceByDeploymentSlot(String, DeploymentSlot, String)

Initiates a reimage of a specified role instance that is running in a specified deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginReimagingRoleInstanceByDeploymentSlotAsync(String, DeploymentSlot, String)

Asynchronously initiates a reimage of a specified role instance that is running in a specified deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginSwapping(String, DeploymentSwapParameters)

Initiates a virtual IP address swap between the staging and production deployment environments for a service.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginSwappingAsync(String, DeploymentSwapParameters)

Asynchronously initiates a virtual IP address swap between the staging and production deployment environments for a service.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginUpdatingStatusByDeploymentName(String, String, DeploymentUpdateStatusParameters)

Initiates a change in the running status of a deployment. The status of a deployment can be running or suspended.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginUpdatingStatusByDeploymentNameAsync(String, String, DeploymentUpdateStatusParameters)

Asynchronously initiates a change in the running status of a deployment. The status of a deployment can be running or suspended.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginUpdatingStatusByDeploymentSlot(String, DeploymentSlot, DeploymentUpdateStatusParameters)

Initiates a change in the running status of a deployment based on where the application is deployed. The status of a deployment can be running or suspended.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginUpdatingStatusByDeploymentSlotAsync(String, DeploymentSlot, DeploymentUpdateStatusParameters)

Asynchronously initiates a change in the running status of a deployment based on where the application is deployed. The status of a deployment can be running or suspended.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginUpgradingByName(String, String, DeploymentUpgradeParameters)

Initiates an upgrade of role instances in a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginUpgradingByNameAsync(String, String, DeploymentUpgradeParameters)

Asynchronously initiates an upgrade of role instances in a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginUpgradingBySlot(String, DeploymentSlot, DeploymentUpgradeParameters)

Initiates an upgrade of role instances in a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginUpgradingBySlotAsync(String, DeploymentSlot, DeploymentUpgradeParameters)

Asynchronously initiates an upgrade of role instances in a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginWalkingUpgradeDomainByDeploymentName(String, String, DeploymentWalkUpgradeDomainParameters)

Initiates the upgrade of role instances in upgrade domains.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginWalkingUpgradeDomainByDeploymentNameAsync(String, String, DeploymentWalkUpgradeDomainParameters)

Asynchronously initiates the upgrade of role instances in upgrade domains.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginWalkingUpgradeDomainByDeploymentSlot(String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters)

Initiates the upgrade of role instances in upgrade domains based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod BeginWalkingUpgradeDomainByDeploymentSlotAsync(String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters)

Asynchronously initiates the upgrade of role instances in upgrade domains based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ChangeConfigurationByName(String, String, DeploymentChangeConfigurationParameters)

Changes the configuration of a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ChangeConfigurationByNameAsync(String, String, DeploymentChangeConfigurationParameters)

Asynchronously changes the configuration of the specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ChangeConfigurationBySlot(String, DeploymentSlot, DeploymentChangeConfigurationParameters)

Changes the configuration of a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ChangeConfigurationBySlotAsync(String, DeploymentSlot, DeploymentChangeConfigurationParameters)

Asynchronously changes the configuration of a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod Create(String, DeploymentSlot, DeploymentCreateParameters)

Creates a new deployment in the specified cloud service.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(String, DeploymentSlot, DeploymentCreateParameters)

Asynchronously creates a new deployment in the specified cloud service.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod DeleteByName(String, String, Boolean)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod DeleteByNameAsync(String, String, Boolean)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod DeleteBySlot(String, DeploymentSlot)

Delete a deployment based on the environment where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod DeleteBySlotAsync(String, DeploymentSlot)

Asynchronously deletes a deployment based on the environment where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod DeleteRoleInstanceByDeploymentName(String, String, DeploymentDeleteRoleInstanceParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod DeleteRoleInstanceByDeploymentNameAsync(String, String, DeploymentDeleteRoleInstanceParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod DeleteRoleInstanceByDeploymentSlot(String, String, DeploymentDeleteRoleInstanceParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod DeleteRoleInstanceByDeploymentSlotAsync(String, String, DeploymentDeleteRoleInstanceParameters)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetByName(String, String)

Returns configuration information, status, and system properties for a deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetByNameAsync(String, String)

Asynchronously returns configuration information, status, and system properties for a deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetBySlot(String, DeploymentSlot)

Returns configuration information, status, and system properties for a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetBySlotAsync(String, DeploymentSlot)

Asynchronously returns configuration information, status, and system properties for a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetPackageByName(String, String, DeploymentGetPackageParameters)

Retrieves a cloud service package for a deployment and stores the package files in Azure Blob Storage.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetPackageByNameAsync(String, String, DeploymentGetPackageParameters)

Asynchronously retrieves a cloud service package for a deployment and stores the package files in Azure Blob Storage.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetPackageBySlot(String, DeploymentSlot, DeploymentGetPackageParameters)

Retrieves a cloud service package for a deployment based on where the application is deployed. The package files are stored in Azure Blob Storage.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod GetPackageBySlotAsync(String, DeploymentSlot, DeploymentGetPackageParameters)

Asynchronously retrieves a cloud service package for a deployment based on where the application is deployed. The package files are stored in Azure Blob Storage.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ListEvents(String, String, DateTime, DateTime)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ListEventsAsync(String, String, DateTime, DateTime)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ListEventsBySlot(String, DeploymentSlot, DateTime, DateTime)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ListEventsBySlotAsync(String, DeploymentSlot, DateTime, DateTime)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RebootRoleInstanceByDeploymentName(String, String, String)

Reboots a specified role instance that is running in the specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RebootRoleInstanceByDeploymentNameAsync(String, String, String)

Asynchronously reboots a specified role instance that is running in the specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RebootRoleInstanceByDeploymentSlot(String, DeploymentSlot, String)

Reboots a specified role instance that is running in the specified deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RebootRoleInstanceByDeploymentSlotAsync(String, DeploymentSlot, String)

Asynchronously reboots a specified role instance that is running in the specified deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RebuildRoleInstanceByDeploymentName(String, String, String, String)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RebuildRoleInstanceByDeploymentNameAsync(String, String, String, String)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RebuildRoleInstanceByDeploymentSlot(String, String, String, String)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RebuildRoleInstanceByDeploymentSlotAsync(String, String, String, String)

(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ReimageRoleInstanceByDeploymentName(String, String, String)

Reimages a specified role instance that is running in a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ReimageRoleInstanceByDeploymentNameAsync(String, String, String)

Asynchronously reimages a specified role instance that is running in a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ReimageRoleInstanceByDeploymentSlot(String, DeploymentSlot, String)

Reimages a specified role instance that is running in a specified deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod ReimageRoleInstanceByDeploymentSlotAsync(String, DeploymentSlot, String)

Asynchronously reimages a specified role instance that is running in a specified deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RollbackUpdateOrUpgradeByDeploymentName(String, String, DeploymentRollbackUpdateOrUpgradeParameters)

Cancels an in-progress update of a configuration and returns the deployment to the state it was in before the update was started.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RollbackUpdateOrUpgradeByDeploymentNameAsync(String, String, DeploymentRollbackUpdateOrUpgradeParameters)

Asynchronously cancels an in-progress update of a configuration and returns the deployment to the state it was in before the update was started.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RollbackUpdateOrUpgradeByDeploymentSlot(String, DeploymentSlot, DeploymentRollbackUpdateOrUpgradeParameters)

Cancels an in-progress update of a configuration and returns the deployment in the specified deployment environment to the state it was in before the update was started.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod RollbackUpdateOrUpgradeByDeploymentSlotAsync(String, DeploymentSlot, DeploymentRollbackUpdateOrUpgradeParameters)

Asynchronously cancels an in-progress update of a configuration and returns the deployment in the specified deployment environment to the state it was in before the update was started.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod Swap(String, DeploymentSwapParameters)

Swaps the virtual IP addresses between the staging and production deployment environments for a service.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod SwapAsync(String, DeploymentSwapParameters)

Asynchronously swaps the virtual IP addresses between the staging and production deployment environments for a service.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod UpdateStatusByDeploymentName(String, String, DeploymentUpdateStatusParameters)

Changes the running status of a deployment. The status of a deployment can be running or suspended.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod UpdateStatusByDeploymentNameAsync(String, String, DeploymentUpdateStatusParameters)

Asynchronously changes the running status of a deployment. The status of a deployment can be running or suspended.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod UpdateStatusByDeploymentSlot(String, DeploymentSlot, DeploymentUpdateStatusParameters)

Changes the running status of a deployment based on where the application is deployed. The status of a deployment can be running or suspended.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod UpdateStatusByDeploymentSlotAsync(String, DeploymentSlot, DeploymentUpdateStatusParameters)

Asynchronously changes the running status of a deployment based on where the application is deployed. The status of a deployment can be running or suspended.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod UpgradeByName(String, String, DeploymentUpgradeParameters)

Upgrades role instances in a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod UpgradeByNameAsync(String, String, DeploymentUpgradeParameters)

Asynchronously upgrades role instances in a specified deployment.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod UpgradeBySlot(String, DeploymentSlot, DeploymentUpgradeParameters)

Upgrades role instances in a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod UpgradeBySlotAsync(String, DeploymentSlot, DeploymentUpgradeParameters)

Upgrades role instances in a deployment based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod WalkUpgradeDomainByDeploymentName(String, String, DeploymentWalkUpgradeDomainParameters)

Upgrades role instances in upgrade domains.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod WalkUpgradeDomainByDeploymentNameAsync(String, String, DeploymentWalkUpgradeDomainParameters)

Asynchronously upgrades role instances in upgrade domains.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod WalkUpgradeDomainByDeploymentSlot(String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters)

Upgrades role instances in upgrade domains based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

System_CAPS_pubmethod WalkUpgradeDomainByDeploymentSlotAsync(String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters)

Asynchronously upgrades role instances in upgrade domains based on where the application is deployed.(Defined by DeploymentOperationsExtensions.)

Remarks

For more information about managing deployments, see the following resources:

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top