DeploymentOperationsExtensions Class

 

Represents the extensions for deployment management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.DeploymentOperationsExtensions

Syntax

public static class DeploymentOperationsExtensions
[ExtensionAttribute]
public ref class DeploymentOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DeploymentOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DeploymentOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BeginChangingConfigurationByName(IDeploymentOperations, String, String, DeploymentChangeConfigurationParameters)

Initiates a change in the configuration of a specified deployment.

System_CAPS_pubmethodSystem_CAPS_static BeginChangingConfigurationByNameAsync(IDeploymentOperations, String, String, DeploymentChangeConfigurationParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginChangingConfigurationBySlot(IDeploymentOperations, String, DeploymentSlot, DeploymentChangeConfigurationParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginChangingConfigurationBySlotAsync(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_static BeginCreating(IDeploymentOperations, String, DeploymentSlot, DeploymentCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginCreatingAsync(IDeploymentOperations, String, DeploymentSlot, DeploymentCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingByName(IDeploymentOperations, String, String, Boolean)

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingByNameAsync(IDeploymentOperations, String, String, Boolean)

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingBySlot(IDeploymentOperations, String, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingBySlotAsync(IDeploymentOperations, String, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingRoleInstanceByBeploymentSlot(IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingRoleInstanceByBeploymentSlotAsync(IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingRoleInstanceByDeploymentName(IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingRoleInstanceByDeploymentNameAsync(IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

System_CAPS_pubmethodSystem_CAPS_static BeginGettingPackageByName(IDeploymentOperations, String, String, DeploymentGetPackageParameters)

System_CAPS_pubmethodSystem_CAPS_static BeginGettingPackageByNameAsync(IDeploymentOperations, String, String, DeploymentGetPackageParameters)

System_CAPS_pubmethodSystem_CAPS_static BeginGettingPackageBySlot(IDeploymentOperations, String, DeploymentSlot, DeploymentGetPackageParameters)

System_CAPS_pubmethodSystem_CAPS_static BeginGettingPackageBySlotAsync(IDeploymentOperations, String, DeploymentSlot, DeploymentGetPackageParameters)

System_CAPS_pubmethodSystem_CAPS_static BeginRebootingRoleInstanceByDeploymentName(IDeploymentOperations, String, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginRebootingRoleInstanceByDeploymentNameAsync(IDeploymentOperations, String, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginRebootingRoleInstanceByDeploymentSlot(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_static BeginRebootingRoleInstanceByDeploymentSlotAsync(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_static BeginRebuildingRoleInstanceByDeploymentName(IDeploymentOperations, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static BeginRebuildingRoleInstanceByDeploymentNameAsync(IDeploymentOperations, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static BeginRebuildingRoleInstanceByDeploymentSlot(IDeploymentOperations, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static BeginRebuildingRoleInstanceByDeploymentSlotAsync(IDeploymentOperations, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static BeginReimagingRoleInstanceByDeploymentName(IDeploymentOperations, String, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginReimagingRoleInstanceByDeploymentNameAsync(IDeploymentOperations, String, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static BeginReimagingRoleInstanceByDeploymentSlot(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_static BeginReimagingRoleInstanceByDeploymentSlotAsync(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_static BeginSwapping(IDeploymentOperations, String, DeploymentSwapParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginSwappingAsync(IDeploymentOperations, String, DeploymentSwapParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginUpdatingStatusByDeploymentName(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_static BeginUpdatingStatusByDeploymentNameAsync(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_static BeginUpdatingStatusByDeploymentSlot(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_static BeginUpdatingStatusByDeploymentSlotAsync(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_static BeginUpgradingByName(IDeploymentOperations, String, String, DeploymentUpgradeParameters)

Initiates an upgrade of role instances in a specified deployment.

System_CAPS_pubmethodSystem_CAPS_static BeginUpgradingByNameAsync(IDeploymentOperations, String, String, DeploymentUpgradeParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginUpgradingBySlot(IDeploymentOperations, String, DeploymentSlot, DeploymentUpgradeParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginUpgradingBySlotAsync(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_static BeginWalkingUpgradeDomainByDeploymentName(IDeploymentOperations, String, String, DeploymentWalkUpgradeDomainParameters)

Initiates the upgrade of role instances in upgrade domains.

System_CAPS_pubmethodSystem_CAPS_static BeginWalkingUpgradeDomainByDeploymentNameAsync(IDeploymentOperations, String, String, DeploymentWalkUpgradeDomainParameters)

Asynchronously initiates the upgrade of role instances in upgrade domains.

System_CAPS_pubmethodSystem_CAPS_static BeginWalkingUpgradeDomainByDeploymentSlot(IDeploymentOperations, String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters)

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

System_CAPS_pubmethodSystem_CAPS_static BeginWalkingUpgradeDomainByDeploymentSlotAsync(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_static ChangeConfigurationByName(IDeploymentOperations, String, String, DeploymentChangeConfigurationParameters)

Changes the configuration of a specified deployment.

System_CAPS_pubmethodSystem_CAPS_static ChangeConfigurationByNameAsync(IDeploymentOperations, String, String, DeploymentChangeConfigurationParameters)

Asynchronously changes the configuration of the specified deployment.

System_CAPS_pubmethodSystem_CAPS_static ChangeConfigurationBySlot(IDeploymentOperations, String, DeploymentSlot, DeploymentChangeConfigurationParameters)

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

System_CAPS_pubmethodSystem_CAPS_static ChangeConfigurationBySlotAsync(IDeploymentOperations, String, DeploymentSlot, DeploymentChangeConfigurationParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Create(IDeploymentOperations, String, DeploymentSlot, DeploymentCreateParameters)

Creates a new deployment in the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IDeploymentOperations, String, DeploymentSlot, DeploymentCreateParameters)

Asynchronously creates a new deployment in the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_static DeleteByName(IDeploymentOperations, String, String, Boolean)

System_CAPS_pubmethodSystem_CAPS_static DeleteByNameAsync(IDeploymentOperations, String, String, Boolean)

System_CAPS_pubmethodSystem_CAPS_static DeleteBySlot(IDeploymentOperations, String, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteBySlotAsync(IDeploymentOperations, String, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteRoleInstanceByDeploymentName(IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

System_CAPS_pubmethodSystem_CAPS_static DeleteRoleInstanceByDeploymentNameAsync(IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

System_CAPS_pubmethodSystem_CAPS_static DeleteRoleInstanceByDeploymentSlot(IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

System_CAPS_pubmethodSystem_CAPS_static DeleteRoleInstanceByDeploymentSlotAsync(IDeploymentOperations, String, String, DeploymentDeleteRoleInstanceParameters)

System_CAPS_pubmethodSystem_CAPS_static GetByName(IDeploymentOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetByNameAsync(IDeploymentOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetBySlot(IDeploymentOperations, String, DeploymentSlot)

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

System_CAPS_pubmethodSystem_CAPS_static GetBySlotAsync(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_static GetPackageByName(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_static GetPackageByNameAsync(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_static GetPackageBySlot(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_static GetPackageBySlotAsync(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_static ListEvents(IDeploymentOperations, String, String, DateTime, DateTime)

System_CAPS_pubmethodSystem_CAPS_static ListEventsAsync(IDeploymentOperations, String, String, DateTime, DateTime)

System_CAPS_pubmethodSystem_CAPS_static ListEventsBySlot(IDeploymentOperations, String, DeploymentSlot, DateTime, DateTime)

System_CAPS_pubmethodSystem_CAPS_static ListEventsBySlotAsync(IDeploymentOperations, String, DeploymentSlot, DateTime, DateTime)

System_CAPS_pubmethodSystem_CAPS_static RebootRoleInstanceByDeploymentName(IDeploymentOperations, String, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static RebootRoleInstanceByDeploymentNameAsync(IDeploymentOperations, String, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static RebootRoleInstanceByDeploymentSlot(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_static RebootRoleInstanceByDeploymentSlotAsync(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_static RebuildRoleInstanceByDeploymentName(IDeploymentOperations, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static RebuildRoleInstanceByDeploymentNameAsync(IDeploymentOperations, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static RebuildRoleInstanceByDeploymentSlot(IDeploymentOperations, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static RebuildRoleInstanceByDeploymentSlotAsync(IDeploymentOperations, String, String, String, String)

System_CAPS_pubmethodSystem_CAPS_static ReimageRoleInstanceByDeploymentName(IDeploymentOperations, String, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static ReimageRoleInstanceByDeploymentNameAsync(IDeploymentOperations, String, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static ReimageRoleInstanceByDeploymentSlot(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_static ReimageRoleInstanceByDeploymentSlotAsync(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_static RollbackUpdateOrUpgradeByDeploymentName(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_static RollbackUpdateOrUpgradeByDeploymentNameAsync(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_static RollbackUpdateOrUpgradeByDeploymentSlot(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_static RollbackUpdateOrUpgradeByDeploymentSlotAsync(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_static Swap(IDeploymentOperations, String, DeploymentSwapParameters)

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

System_CAPS_pubmethodSystem_CAPS_static SwapAsync(IDeploymentOperations, String, DeploymentSwapParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpdateStatusByDeploymentName(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_static UpdateStatusByDeploymentNameAsync(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_static UpdateStatusByDeploymentSlot(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_static UpdateStatusByDeploymentSlotAsync(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_static UpgradeByName(IDeploymentOperations, String, String, DeploymentUpgradeParameters)

Upgrades role instances in a specified deployment.

System_CAPS_pubmethodSystem_CAPS_static UpgradeByNameAsync(IDeploymentOperations, String, String, DeploymentUpgradeParameters)

Asynchronously upgrades role instances in a specified deployment.

System_CAPS_pubmethodSystem_CAPS_static UpgradeBySlot(IDeploymentOperations, String, DeploymentSlot, DeploymentUpgradeParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpgradeBySlotAsync(IDeploymentOperations, String, DeploymentSlot, DeploymentUpgradeParameters)

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

System_CAPS_pubmethodSystem_CAPS_static WalkUpgradeDomainByDeploymentName(IDeploymentOperations, String, String, DeploymentWalkUpgradeDomainParameters)

Upgrades role instances in upgrade domains.

System_CAPS_pubmethodSystem_CAPS_static WalkUpgradeDomainByDeploymentNameAsync(IDeploymentOperations, String, String, DeploymentWalkUpgradeDomainParameters)

Asynchronously upgrades role instances in upgrade domains.

System_CAPS_pubmethodSystem_CAPS_static WalkUpgradeDomainByDeploymentSlot(IDeploymentOperations, String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters)

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

System_CAPS_pubmethodSystem_CAPS_static WalkUpgradeDomainByDeploymentSlotAsync(IDeploymentOperations, String, DeploymentSlot, DeploymentWalkUpgradeDomainParameters)

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

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top