DeploymentOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBeginChangingConfigurationByName(IDeploymentOperations^, String^, String^, DeploymentChangeConfigurationParameters^)

Initiates a change in the configuration of a specified deployment.

System_CAPS_pubmethodSystem_CAPS_staticBeginChangingConfigurationByNameAsync(IDeploymentOperations^, String^, String^, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginChangingConfigurationBySlot(IDeploymentOperations^, String^, DeploymentSlot, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginChangingConfigurationBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginCreating(IDeploymentOperations^, String^, DeploymentSlot, DeploymentCreateParameters^)

Initiates the creation of a new deployment in the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_staticBeginCreatingAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingByName(IDeploymentOperations^, String^, String^, Boolean)

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingByNameAsync(IDeploymentOperations^, String^, String^, Boolean)

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingBySlot(IDeploymentOperations^, String^, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingRoleInstanceByBeploymentSlot(IDeploymentOperations^, String^, String^, DeploymentDeleteRoleInstanceParameters^)

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingRoleInstanceByBeploymentSlotAsync(IDeploymentOperations^, String^, String^, DeploymentDeleteRoleInstanceParameters^)

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingRoleInstanceByDeploymentName(IDeploymentOperations^, String^, String^, DeploymentDeleteRoleInstanceParameters^)

System_CAPS_pubmethodSystem_CAPS_staticBeginDeletingRoleInstanceByDeploymentNameAsync(IDeploymentOperations^, String^, String^, DeploymentDeleteRoleInstanceParameters^)

System_CAPS_pubmethodSystem_CAPS_staticBeginGettingPackageByName(IDeploymentOperations^, String^, String^, DeploymentGetPackageParameters^)

System_CAPS_pubmethodSystem_CAPS_staticBeginGettingPackageByNameAsync(IDeploymentOperations^, String^, String^, DeploymentGetPackageParameters^)

System_CAPS_pubmethodSystem_CAPS_staticBeginGettingPackageBySlot(IDeploymentOperations^, String^, DeploymentSlot, DeploymentGetPackageParameters^)

System_CAPS_pubmethodSystem_CAPS_staticBeginGettingPackageBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentGetPackageParameters^)

System_CAPS_pubmethodSystem_CAPS_staticBeginRebootingRoleInstanceByDeploymentName(IDeploymentOperations^, String^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginRebootingRoleInstanceByDeploymentNameAsync(IDeploymentOperations^, String^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginRebootingRoleInstanceByDeploymentSlot(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticBeginRebootingRoleInstanceByDeploymentSlotAsync(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticBeginRebuildingRoleInstanceByDeploymentName(IDeploymentOperations^, String^, String^, String^, String^)

System_CAPS_pubmethodSystem_CAPS_staticBeginRebuildingRoleInstanceByDeploymentNameAsync(IDeploymentOperations^, String^, String^, String^, String^)

System_CAPS_pubmethodSystem_CAPS_staticBeginRebuildingRoleInstanceByDeploymentSlot(IDeploymentOperations^, String^, String^, String^, String^)

System_CAPS_pubmethodSystem_CAPS_staticBeginRebuildingRoleInstanceByDeploymentSlotAsync(IDeploymentOperations^, String^, String^, String^, String^)

System_CAPS_pubmethodSystem_CAPS_staticBeginReimagingRoleInstanceByDeploymentName(IDeploymentOperations^, String^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginReimagingRoleInstanceByDeploymentNameAsync(IDeploymentOperations^, String^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginReimagingRoleInstanceByDeploymentSlot(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticBeginReimagingRoleInstanceByDeploymentSlotAsync(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticBeginSwapping(IDeploymentOperations^, String^, DeploymentSwapParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginSwappingAsync(IDeploymentOperations^, String^, DeploymentSwapParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdatingStatusByDeploymentName(IDeploymentOperations^, String^, String^, DeploymentUpdateStatusParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdatingStatusByDeploymentNameAsync(IDeploymentOperations^, String^, String^, DeploymentUpdateStatusParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdatingStatusByDeploymentSlot(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticBeginUpdatingStatusByDeploymentSlotAsync(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticBeginUpgradingByName(IDeploymentOperations^, String^, String^, DeploymentUpgradeParameters^)

Initiates an upgrade of role instances in a specified deployment.

System_CAPS_pubmethodSystem_CAPS_staticBeginUpgradingByNameAsync(IDeploymentOperations^, String^, String^, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginUpgradingBySlot(IDeploymentOperations^, String^, DeploymentSlot, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginUpgradingBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginWalkingUpgradeDomainByDeploymentName(IDeploymentOperations^, String^, String^, DeploymentWalkUpgradeDomainParameters^)

Initiates the upgrade of role instances in upgrade domains.

System_CAPS_pubmethodSystem_CAPS_staticBeginWalkingUpgradeDomainByDeploymentNameAsync(IDeploymentOperations^, String^, String^, DeploymentWalkUpgradeDomainParameters^)

Asynchronously initiates the upgrade of role instances in upgrade domains.

System_CAPS_pubmethodSystem_CAPS_staticBeginWalkingUpgradeDomainByDeploymentSlot(IDeploymentOperations^, String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticBeginWalkingUpgradeDomainByDeploymentSlotAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticChangeConfigurationByName(IDeploymentOperations^, String^, String^, DeploymentChangeConfigurationParameters^)

Changes the configuration of a specified deployment.

System_CAPS_pubmethodSystem_CAPS_staticChangeConfigurationByNameAsync(IDeploymentOperations^, String^, String^, DeploymentChangeConfigurationParameters^)

Asynchronously changes the configuration of the specified deployment.

System_CAPS_pubmethodSystem_CAPS_staticChangeConfigurationBySlot(IDeploymentOperations^, String^, DeploymentSlot, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticChangeConfigurationBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentChangeConfigurationParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreate(IDeploymentOperations^, String^, DeploymentSlot, DeploymentCreateParameters^)

Creates a new deployment in the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentCreateParameters^)

Asynchronously creates a new deployment in the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_staticDeleteByName(IDeploymentOperations^, String^, String^, Boolean)

System_CAPS_pubmethodSystem_CAPS_staticDeleteByNameAsync(IDeploymentOperations^, String^, String^, Boolean)

System_CAPS_pubmethodSystem_CAPS_staticDeleteBySlot(IDeploymentOperations^, String^, DeploymentSlot)

Delete a deployment based on the environment where the application is deployed.

System_CAPS_pubmethodSystem_CAPS_staticDeleteBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteRoleInstanceByDeploymentName(IDeploymentOperations^, String^, String^, DeploymentDeleteRoleInstanceParameters^)

System_CAPS_pubmethodSystem_CAPS_staticDeleteRoleInstanceByDeploymentNameAsync(IDeploymentOperations^, String^, String^, DeploymentDeleteRoleInstanceParameters^)

System_CAPS_pubmethodSystem_CAPS_staticDeleteRoleInstanceByDeploymentSlot(IDeploymentOperations^, String^, String^, DeploymentDeleteRoleInstanceParameters^)

System_CAPS_pubmethodSystem_CAPS_staticDeleteRoleInstanceByDeploymentSlotAsync(IDeploymentOperations^, String^, String^, DeploymentDeleteRoleInstanceParameters^)

System_CAPS_pubmethodSystem_CAPS_staticGetByName(IDeploymentOperations^, String^, String^)

Returns configuration information, status, and system properties for a deployment.

System_CAPS_pubmethodSystem_CAPS_staticGetByNameAsync(IDeploymentOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetBySlot(IDeploymentOperations^, String^, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_staticGetBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_staticGetPackageByName(IDeploymentOperations^, String^, String^, DeploymentGetPackageParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetPackageByNameAsync(IDeploymentOperations^, String^, String^, DeploymentGetPackageParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetPackageBySlot(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticGetPackageBySlotAsync(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticListEvents(IDeploymentOperations^, String^, String^, DateTime, DateTime)

System_CAPS_pubmethodSystem_CAPS_staticListEventsAsync(IDeploymentOperations^, String^, String^, DateTime, DateTime)

System_CAPS_pubmethodSystem_CAPS_staticListEventsBySlot(IDeploymentOperations^, String^, DeploymentSlot, DateTime, DateTime)

System_CAPS_pubmethodSystem_CAPS_staticListEventsBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot, DateTime, DateTime)

System_CAPS_pubmethodSystem_CAPS_staticRebootRoleInstanceByDeploymentName(IDeploymentOperations^, String^, String^, String^)

Reboots a specified role instance that is running in the specified deployment.

System_CAPS_pubmethodSystem_CAPS_staticRebootRoleInstanceByDeploymentNameAsync(IDeploymentOperations^, String^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticRebootRoleInstanceByDeploymentSlot(IDeploymentOperations^, String^, DeploymentSlot, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticRebootRoleInstanceByDeploymentSlotAsync(IDeploymentOperations^, String^, DeploymentSlot, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticRebuildRoleInstanceByDeploymentName(IDeploymentOperations^, String^, String^, String^, String^)

System_CAPS_pubmethodSystem_CAPS_staticRebuildRoleInstanceByDeploymentNameAsync(IDeploymentOperations^, String^, String^, String^, String^)

System_CAPS_pubmethodSystem_CAPS_staticRebuildRoleInstanceByDeploymentSlot(IDeploymentOperations^, String^, String^, String^, String^)

System_CAPS_pubmethodSystem_CAPS_staticRebuildRoleInstanceByDeploymentSlotAsync(IDeploymentOperations^, String^, String^, String^, String^)

System_CAPS_pubmethodSystem_CAPS_staticReimageRoleInstanceByDeploymentName(IDeploymentOperations^, String^, String^, String^)

Reimages a specified role instance that is running in a specified deployment.

System_CAPS_pubmethodSystem_CAPS_staticReimageRoleInstanceByDeploymentNameAsync(IDeploymentOperations^, String^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticReimageRoleInstanceByDeploymentSlot(IDeploymentOperations^, String^, DeploymentSlot, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticReimageRoleInstanceByDeploymentSlotAsync(IDeploymentOperations^, String^, DeploymentSlot, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticRollbackUpdateOrUpgradeByDeploymentName(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticRollbackUpdateOrUpgradeByDeploymentNameAsync(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticRollbackUpdateOrUpgradeByDeploymentSlot(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticRollbackUpdateOrUpgradeByDeploymentSlotAsync(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticSwap(IDeploymentOperations^, String^, DeploymentSwapParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticSwapAsync(IDeploymentOperations^, String^, DeploymentSwapParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdateStatusByDeploymentName(IDeploymentOperations^, String^, String^, DeploymentUpdateStatusParameters^)

Changes the running status of a deployment. The status of a deployment can be running or suspended.

System_CAPS_pubmethodSystem_CAPS_staticUpdateStatusByDeploymentNameAsync(IDeploymentOperations^, String^, String^, DeploymentUpdateStatusParameters^)

Asynchronously changes the running status of a deployment. The status of a deployment can be running or suspended.

System_CAPS_pubmethodSystem_CAPS_staticUpdateStatusByDeploymentSlot(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticUpdateStatusByDeploymentSlotAsync(IDeploymentOperations^, 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.

System_CAPS_pubmethodSystem_CAPS_staticUpgradeByName(IDeploymentOperations^, String^, String^, DeploymentUpgradeParameters^)

Upgrades role instances in a specified deployment.

System_CAPS_pubmethodSystem_CAPS_staticUpgradeByNameAsync(IDeploymentOperations^, String^, String^, DeploymentUpgradeParameters^)

Asynchronously upgrades role instances in a specified deployment.

System_CAPS_pubmethodSystem_CAPS_staticUpgradeBySlot(IDeploymentOperations^, String^, DeploymentSlot, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpgradeBySlotAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentUpgradeParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticWalkUpgradeDomainByDeploymentName(IDeploymentOperations^, String^, String^, DeploymentWalkUpgradeDomainParameters^)

Upgrades role instances in upgrade domains.

System_CAPS_pubmethodSystem_CAPS_staticWalkUpgradeDomainByDeploymentNameAsync(IDeploymentOperations^, String^, String^, DeploymentWalkUpgradeDomainParameters^)

Asynchronously upgrades role instances in upgrade domains.

System_CAPS_pubmethodSystem_CAPS_staticWalkUpgradeDomainByDeploymentSlot(IDeploymentOperations^, String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticWalkUpgradeDomainByDeploymentSlotAsync(IDeploymentOperations^, String^, DeploymentSlot, DeploymentWalkUpgradeDomainParameters^)

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

Return to top
Show: