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)

public interface class IDeploymentOperations

NameDescription
System_CAPS_pubmethodBeginChangingConfigurationByNameAsync(String^, String^, DeploymentChangeConfigurationParameters^, CancellationToken)

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

System_CAPS_pubmethodBeginChangingConfigurationBySlotAsync(String^, DeploymentSlot, DeploymentChangeConfigurationParameters^, CancellationToken)

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

System_CAPS_pubmethodBeginCreatingAsync(String^, DeploymentSlot, DeploymentCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodBeginDeletingByNameAsync(String^, String^, Boolean, CancellationToken)

System_CAPS_pubmethodBeginDeletingBySlotAsync(String^, DeploymentSlot, CancellationToken)

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

System_CAPS_pubmethodBeginDeletingRoleInstanceByBeploymentSlotAsync(String^, String^, DeploymentDeleteRoleInstanceParameters^, CancellationToken)

System_CAPS_pubmethodBeginDeletingRoleInstanceByDeploymentNameAsync(String^, String^, DeploymentDeleteRoleInstanceParameters^, CancellationToken)

System_CAPS_pubmethodBeginGettingPackageByNameAsync(String^, String^, DeploymentGetPackageParameters^, CancellationToken)

System_CAPS_pubmethodBeginGettingPackageBySlotAsync(String^, DeploymentSlot, DeploymentGetPackageParameters^, CancellationToken)

System_CAPS_pubmethodBeginRebootingRoleInstanceByDeploymentNameAsync(String^, String^, String^, CancellationToken)

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

System_CAPS_pubmethodBeginRebootingRoleInstanceByDeploymentSlotAsync(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_pubmethodBeginRebuildingRoleInstanceByDeploymentNameAsync(String^, String^, String^, String^, CancellationToken)

System_CAPS_pubmethodBeginRebuildingRoleInstanceByDeploymentSlotAsync(String^, String^, String^, String^, CancellationToken)

System_CAPS_pubmethodBeginReimagingRoleInstanceByDeploymentNameAsync(String^, String^, String^, CancellationToken)

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

System_CAPS_pubmethodBeginReimagingRoleInstanceByDeploymentSlotAsync(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_pubmethodBeginSwappingAsync(String^, DeploymentSwapParameters^, CancellationToken)

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

System_CAPS_pubmethodBeginUpdatingStatusByDeploymentNameAsync(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_pubmethodBeginUpdatingStatusByDeploymentSlotAsync(String^, DeploymentSlot, DeploymentUpdateStatusParameters^, CancellationToken)

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

System_CAPS_pubmethodBeginUpgradingByNameAsync(String^, String^, DeploymentUpgradeParameters^, CancellationToken)

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

System_CAPS_pubmethodBeginUpgradingBySlotAsync(String^, DeploymentSlot, DeploymentUpgradeParameters^, CancellationToken)

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

System_CAPS_pubmethodBeginWalkingUpgradeDomainByDeploymentNameAsync(String^, String^, DeploymentWalkUpgradeDomainParameters^, CancellationToken)

Asynchronously initiates the upgrade of role instances in upgrade domains.

System_CAPS_pubmethodBeginWalkingUpgradeDomainByDeploymentSlotAsync(String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^, CancellationToken)

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

System_CAPS_pubmethodChangeConfigurationByNameAsync(String^, String^, DeploymentChangeConfigurationParameters^, CancellationToken)

Asynchronously changes the configuration of the specified deployment.

System_CAPS_pubmethodChangeConfigurationBySlotAsync(String^, DeploymentSlot, DeploymentChangeConfigurationParameters^, CancellationToken)

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

System_CAPS_pubmethodCreateAsync(String^, DeploymentSlot, DeploymentCreateParameters^, CancellationToken)

Asynchronously creates a new deployment in the specified cloud service.

System_CAPS_pubmethodDeleteByNameAsync(String^, String^, Boolean, CancellationToken)

System_CAPS_pubmethodDeleteBySlotAsync(String^, DeploymentSlot, CancellationToken)

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

System_CAPS_pubmethodDeleteRoleInstanceByDeploymentNameAsync(String^, String^, DeploymentDeleteRoleInstanceParameters^, CancellationToken)

System_CAPS_pubmethodDeleteRoleInstanceByDeploymentSlotAsync(String^, String^, DeploymentDeleteRoleInstanceParameters^, CancellationToken)

System_CAPS_pubmethodGetByNameAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodGetBySlotAsync(String^, DeploymentSlot, CancellationToken)

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

System_CAPS_pubmethodGetPackageByNameAsync(String^, String^, DeploymentGetPackageParameters^, CancellationToken)

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

System_CAPS_pubmethodGetPackageBySlotAsync(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_pubmethodListEventsAsync(String^, String^, DateTime, DateTime, CancellationToken)

System_CAPS_pubmethodListEventsBySlotAsync(String^, DeploymentSlot, DateTime, DateTime, CancellationToken)

System_CAPS_pubmethodRebootRoleInstanceByDeploymentNameAsync(String^, String^, String^, CancellationToken)

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

System_CAPS_pubmethodRebootRoleInstanceByDeploymentSlotAsync(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_pubmethodRebuildRoleInstanceByDeploymentNameAsync(String^, String^, String^, String^, CancellationToken)

System_CAPS_pubmethodRebuildRoleInstanceByDeploymentSlotAsync(String^, String^, String^, String^, CancellationToken)

System_CAPS_pubmethodReimageRoleInstanceByDeploymentNameAsync(String^, String^, String^, CancellationToken)

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

System_CAPS_pubmethodReimageRoleInstanceByDeploymentSlotAsync(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_pubmethodRollbackUpdateOrUpgradeByDeploymentNameAsync(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_pubmethodRollbackUpdateOrUpgradeByDeploymentSlotAsync(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_pubmethodSwapAsync(String^, DeploymentSwapParameters^, CancellationToken)

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

System_CAPS_pubmethodUpdateStatusByDeploymentNameAsync(String^, String^, DeploymentUpdateStatusParameters^, CancellationToken)

Asynchronously changes the running status of a deployment.

System_CAPS_pubmethodUpdateStatusByDeploymentSlotAsync(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_pubmethodUpgradeByNameAsync(String^, String^, DeploymentUpgradeParameters^, CancellationToken)

Asynchronously upgrades role instances in a specified deployment.

System_CAPS_pubmethodUpgradeBySlotAsync(String^, DeploymentSlot, DeploymentUpgradeParameters^, CancellationToken)

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

System_CAPS_pubmethodWalkUpgradeDomainByDeploymentNameAsync(String^, String^, DeploymentWalkUpgradeDomainParameters^, CancellationToken)

Asynchronously upgrades role instances in upgrade domains.

System_CAPS_pubmethodWalkUpgradeDomainByDeploymentSlotAsync(String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodBeginChangingConfigurationByName(String^, String^, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodBeginChangingConfigurationByNameAsync(String^, String^, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodBeginChangingConfigurationBySlot(String^, DeploymentSlot, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodBeginChangingConfigurationBySlotAsync(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_pubmethodBeginCreating(String^, DeploymentSlot, DeploymentCreateParameters^)

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

System_CAPS_pubmethodBeginCreatingAsync(String^, DeploymentSlot, DeploymentCreateParameters^)

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

System_CAPS_pubmethodBeginDeletingByName(String^, String^, Boolean)
System_CAPS_pubmethodBeginDeletingByNameAsync(String^, String^, Boolean)
System_CAPS_pubmethodBeginDeletingBySlot(String^, DeploymentSlot)

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

System_CAPS_pubmethodBeginDeletingBySlotAsync(String^, DeploymentSlot)

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

System_CAPS_pubmethodBeginDeletingRoleInstanceByBeploymentSlot(String^, String^, DeploymentDeleteRoleInstanceParameters^)
System_CAPS_pubmethodBeginDeletingRoleInstanceByBeploymentSlotAsync(String^, String^, DeploymentDeleteRoleInstanceParameters^)
System_CAPS_pubmethodBeginDeletingRoleInstanceByDeploymentName(String^, String^, DeploymentDeleteRoleInstanceParameters^)
System_CAPS_pubmethodBeginDeletingRoleInstanceByDeploymentNameAsync(String^, String^, DeploymentDeleteRoleInstanceParameters^)
System_CAPS_pubmethodBeginGettingPackageByName(String^, String^, DeploymentGetPackageParameters^)
System_CAPS_pubmethodBeginGettingPackageByNameAsync(String^, String^, DeploymentGetPackageParameters^)
System_CAPS_pubmethodBeginGettingPackageBySlot(String^, DeploymentSlot, DeploymentGetPackageParameters^)
System_CAPS_pubmethodBeginGettingPackageBySlotAsync(String^, DeploymentSlot, DeploymentGetPackageParameters^)
System_CAPS_pubmethodBeginRebootingRoleInstanceByDeploymentName(String^, String^, String^)

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

System_CAPS_pubmethodBeginRebootingRoleInstanceByDeploymentNameAsync(String^, String^, String^)

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

System_CAPS_pubmethodBeginRebootingRoleInstanceByDeploymentSlot(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_pubmethodBeginRebootingRoleInstanceByDeploymentSlotAsync(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_pubmethodBeginRebuildingRoleInstanceByDeploymentName(String^, String^, String^, String^)
System_CAPS_pubmethodBeginRebuildingRoleInstanceByDeploymentNameAsync(String^, String^, String^, String^)
System_CAPS_pubmethodBeginRebuildingRoleInstanceByDeploymentSlot(String^, String^, String^, String^)
System_CAPS_pubmethodBeginRebuildingRoleInstanceByDeploymentSlotAsync(String^, String^, String^, String^)
System_CAPS_pubmethodBeginReimagingRoleInstanceByDeploymentName(String^, String^, String^)

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

System_CAPS_pubmethodBeginReimagingRoleInstanceByDeploymentNameAsync(String^, String^, String^)

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

System_CAPS_pubmethodBeginReimagingRoleInstanceByDeploymentSlot(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_pubmethodBeginReimagingRoleInstanceByDeploymentSlotAsync(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_pubmethodBeginSwapping(String^, DeploymentSwapParameters^)

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

System_CAPS_pubmethodBeginSwappingAsync(String^, DeploymentSwapParameters^)

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

System_CAPS_pubmethodBeginUpdatingStatusByDeploymentName(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_pubmethodBeginUpdatingStatusByDeploymentNameAsync(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_pubmethodBeginUpdatingStatusByDeploymentSlot(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_pubmethodBeginUpdatingStatusByDeploymentSlotAsync(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_pubmethodBeginUpgradingByName(String^, String^, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodBeginUpgradingByNameAsync(String^, String^, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodBeginUpgradingBySlot(String^, DeploymentSlot, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodBeginUpgradingBySlotAsync(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_pubmethodBeginWalkingUpgradeDomainByDeploymentName(String^, String^, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodBeginWalkingUpgradeDomainByDeploymentNameAsync(String^, String^, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodBeginWalkingUpgradeDomainByDeploymentSlot(String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodBeginWalkingUpgradeDomainByDeploymentSlotAsync(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_pubmethodChangeConfigurationByName(String^, String^, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodChangeConfigurationByNameAsync(String^, String^, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodChangeConfigurationBySlot(String^, DeploymentSlot, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodChangeConfigurationBySlotAsync(String^, DeploymentSlot, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodCreate(String^, DeploymentSlot, DeploymentCreateParameters^)

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

System_CAPS_pubmethodCreateAsync(String^, DeploymentSlot, DeploymentCreateParameters^)

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

System_CAPS_pubmethodDeleteByName(String^, String^, Boolean)
System_CAPS_pubmethodDeleteByNameAsync(String^, String^, Boolean)
System_CAPS_pubmethodDeleteBySlot(String^, DeploymentSlot)

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

System_CAPS_pubmethodDeleteBySlotAsync(String^, DeploymentSlot)

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

System_CAPS_pubmethodDeleteRoleInstanceByDeploymentName(String^, String^, DeploymentDeleteRoleInstanceParameters^)
System_CAPS_pubmethodDeleteRoleInstanceByDeploymentNameAsync(String^, String^, DeploymentDeleteRoleInstanceParameters^)
System_CAPS_pubmethodDeleteRoleInstanceByDeploymentSlot(String^, String^, DeploymentDeleteRoleInstanceParameters^)
System_CAPS_pubmethodDeleteRoleInstanceByDeploymentSlotAsync(String^, String^, DeploymentDeleteRoleInstanceParameters^)
System_CAPS_pubmethodGetByName(String^, String^)

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

System_CAPS_pubmethodGetByNameAsync(String^, String^)

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

System_CAPS_pubmethodGetBySlot(String^, DeploymentSlot)

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

System_CAPS_pubmethodGetBySlotAsync(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_pubmethodGetPackageByName(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_pubmethodGetPackageByNameAsync(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_pubmethodGetPackageBySlot(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_pubmethodGetPackageBySlotAsync(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_pubmethodListEvents(String^, String^, DateTime, DateTime)
System_CAPS_pubmethodListEventsAsync(String^, String^, DateTime, DateTime)
System_CAPS_pubmethodListEventsBySlot(String^, DeploymentSlot, DateTime, DateTime)
System_CAPS_pubmethodListEventsBySlotAsync(String^, DeploymentSlot, DateTime, DateTime)
System_CAPS_pubmethodRebootRoleInstanceByDeploymentName(String^, String^, String^)

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

System_CAPS_pubmethodRebootRoleInstanceByDeploymentNameAsync(String^, String^, String^)

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

System_CAPS_pubmethodRebootRoleInstanceByDeploymentSlot(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_pubmethodRebootRoleInstanceByDeploymentSlotAsync(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_pubmethodRebuildRoleInstanceByDeploymentName(String^, String^, String^, String^)
System_CAPS_pubmethodRebuildRoleInstanceByDeploymentNameAsync(String^, String^, String^, String^)
System_CAPS_pubmethodRebuildRoleInstanceByDeploymentSlot(String^, String^, String^, String^)
System_CAPS_pubmethodRebuildRoleInstanceByDeploymentSlotAsync(String^, String^, String^, String^)
System_CAPS_pubmethodReimageRoleInstanceByDeploymentName(String^, String^, String^)

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

System_CAPS_pubmethodReimageRoleInstanceByDeploymentNameAsync(String^, String^, String^)

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

System_CAPS_pubmethodReimageRoleInstanceByDeploymentSlot(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_pubmethodReimageRoleInstanceByDeploymentSlotAsync(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_pubmethodRollbackUpdateOrUpgradeByDeploymentName(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_pubmethodRollbackUpdateOrUpgradeByDeploymentNameAsync(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_pubmethodRollbackUpdateOrUpgradeByDeploymentSlot(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_pubmethodRollbackUpdateOrUpgradeByDeploymentSlotAsync(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_pubmethodSwap(String^, DeploymentSwapParameters^)

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

System_CAPS_pubmethodSwapAsync(String^, DeploymentSwapParameters^)

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

System_CAPS_pubmethodUpdateStatusByDeploymentName(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_pubmethodUpdateStatusByDeploymentNameAsync(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_pubmethodUpdateStatusByDeploymentSlot(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_pubmethodUpdateStatusByDeploymentSlotAsync(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_pubmethodUpgradeByName(String^, String^, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodUpgradeByNameAsync(String^, String^, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodUpgradeBySlot(String^, DeploymentSlot, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodUpgradeBySlotAsync(String^, DeploymentSlot, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodWalkUpgradeDomainByDeploymentName(String^, String^, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodWalkUpgradeDomainByDeploymentNameAsync(String^, String^, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodWalkUpgradeDomainByDeploymentSlot(String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodWalkUpgradeDomainByDeploymentSlotAsync(String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^)

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

Return to top
Show: