public interface DeploymentOperations
| Modifier and Type | Method and Description |
|---|---|
OperationResponse |
beginChangingConfigurationByName(String serviceName,
String deploymentName,
DeploymentChangeConfigurationParameters parameters)
The Begin Changing Deployment Configuration By Name operation initiates a
change to the deployment configuration.
|
Future<OperationResponse> |
beginChangingConfigurationByNameAsync(String serviceName,
String deploymentName,
DeploymentChangeConfigurationParameters parameters)
The Begin Changing Deployment Configuration By Name operation initiates a
change to the deployment configuration.
|
OperationResponse |
beginChangingConfigurationBySlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentChangeConfigurationParameters parameters)
The Begin Changing Deployment Configuration By Slot operation initiates a
change to the deployment configuration.
|
Future<OperationResponse> |
beginChangingConfigurationBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentChangeConfigurationParameters parameters)
The Begin Changing Deployment Configuration By Slot operation initiates a
change to the deployment configuration.
|
OperationResponse |
beginCreating(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentCreateParameters parameters)
The Begin Creating Deployment operation uploads a new service package and
creates a new deployment in the staging or production environments.
|
Future<OperationResponse> |
beginCreatingAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentCreateParameters parameters)
The Begin Creating Deployment operation uploads a new service package and
creates a new deployment in the staging or production environments.
|
OperationResponse |
beginDeletingByName(String serviceName,
String deploymentName,
boolean deleteFromStorage)
The Begin Deleting Deployment By Name operation deletes the specified
deployment.
|
Future<OperationResponse> |
beginDeletingByNameAsync(String serviceName,
String deploymentName,
boolean deleteFromStorage)
The Begin Deleting Deployment By Name operation deletes the specified
deployment.
|
OperationResponse |
beginDeletingBySlot(String serviceName,
DeploymentSlot deploymentSlot)
The Begin Deleting Deployment By Slot operation deletes the specified
deployment.
|
Future<OperationResponse> |
beginDeletingBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot)
The Begin Deleting Deployment By Slot operation deletes the specified
deployment.
|
OperationResponse |
beginDeletingRoleInstanceByBeploymentSlot(String serviceName,
String deploymentSlot,
DeploymentDeleteRoleInstanceParameters parameters)
The Delete Role Instances operation deletes a role instance from a
deployment in a cloud service.
|
Future<OperationResponse> |
beginDeletingRoleInstanceByBeploymentSlotAsync(String serviceName,
String deploymentSlot,
DeploymentDeleteRoleInstanceParameters parameters)
The Delete Role Instances operation deletes a role instance from a
deployment in a cloud service.
|
OperationResponse |
beginDeletingRoleInstanceByDeploymentName(String serviceName,
String deploymentName,
DeploymentDeleteRoleInstanceParameters parameters)
The Delete Role Instances operation deletes a role instance from a
deployment in a cloud service.
|
Future<OperationResponse> |
beginDeletingRoleInstanceByDeploymentNameAsync(String serviceName,
String deploymentName,
DeploymentDeleteRoleInstanceParameters parameters)
The Delete Role Instances operation deletes a role instance from a
deployment in a cloud service.
|
OperationResponse |
beginGettingPackageByName(String serviceName,
String deploymentName,
DeploymentGetPackageParameters parameters)
The Get Package By Name operation retrieves a cloud service package for a
deployment and stores the package files in Azure Blob storage.
|
Future<OperationResponse> |
beginGettingPackageByNameAsync(String serviceName,
String deploymentName,
DeploymentGetPackageParameters parameters)
The Get Package By Name operation retrieves a cloud service package for a
deployment and stores the package files in Azure Blob storage.
|
OperationResponse |
beginGettingPackageBySlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentGetPackageParameters parameters)
The Get Package By Slot operation retrieves a cloud service package for a
deployment and stores the package files in Azure Blob storage.
|
Future<OperationResponse> |
beginGettingPackageBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentGetPackageParameters parameters)
The Get Package By Slot operation retrieves a cloud service package for a
deployment and stores the package files in Azure Blob storage.
|
OperationResponse |
beginRebootingRoleInstanceByDeploymentName(String serviceName,
String deploymentName,
String roleInstanceName)
The Begin Rebooting Role Instance By Deployment Name operation requests a
reboot of a role instance that is running in a deployment.
|
Future<OperationResponse> |
beginRebootingRoleInstanceByDeploymentNameAsync(String serviceName,
String deploymentName,
String roleInstanceName)
The Begin Rebooting Role Instance By Deployment Name operation requests a
reboot of a role instance that is running in a deployment.
|
OperationResponse |
beginRebootingRoleInstanceByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
String roleInstanceName)
The Begin Rebooting Role Instance By Deployment Slot operation requests a
reboot of a role instance that is running in a deployment.
|
Future<OperationResponse> |
beginRebootingRoleInstanceByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
String roleInstanceName)
The Begin Rebooting Role Instance By Deployment Slot operation requests a
reboot of a role instance that is running in a deployment.
|
OperationResponse |
beginRebuildingRoleInstanceByDeploymentName(String serviceName,
String deploymentName,
String roleInstanceName,
String resources)
The Rebuild Role Instance asynchronous operation reinstalls the operating
system on instances of web roles or worker roles and initializes the
storage resources that are used by them.
|
Future<OperationResponse> |
beginRebuildingRoleInstanceByDeploymentNameAsync(String serviceName,
String deploymentName,
String roleInstanceName,
String resources)
The Rebuild Role Instance asynchronous operation reinstalls the operating
system on instances of web roles or worker roles and initializes the
storage resources that are used by them.
|
OperationResponse |
beginRebuildingRoleInstanceByDeploymentSlot(String serviceName,
String deploymentSlot,
String roleInstanceName,
String resources)
The Rebuild Role Instance asynchronous operation reinstalls the operating
system on instances of web roles or worker roles and initializes the
storage resources that are used by them.
|
Future<OperationResponse> |
beginRebuildingRoleInstanceByDeploymentSlotAsync(String serviceName,
String deploymentSlot,
String roleInstanceName,
String resources)
The Rebuild Role Instance asynchronous operation reinstalls the operating
system on instances of web roles or worker roles and initializes the
storage resources that are used by them.
|
OperationResponse |
beginReimagingRoleInstanceByDeploymentName(String serviceName,
String deploymentName,
String roleInstanceName)
The Begin Reimaging Role Instance By Deployment Name operation requests a
reimage of a role instance that is running in a deployment.
|
Future<OperationResponse> |
beginReimagingRoleInstanceByDeploymentNameAsync(String serviceName,
String deploymentName,
String roleInstanceName)
The Begin Reimaging Role Instance By Deployment Name operation requests a
reimage of a role instance that is running in a deployment.
|
OperationResponse |
beginReimagingRoleInstanceByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
String roleInstanceName)
The Begin Reimaging Role Instance By Deployment Slot operation requests a
reimage of a role instance that is running in a deployment.
|
Future<OperationResponse> |
beginReimagingRoleInstanceByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
String roleInstanceName)
The Begin Reimaging Role Instance By Deployment Slot operation requests a
reimage of a role instance that is running in a deployment.
|
OperationResponse |
beginSwapping(String serviceName,
DeploymentSwapParameters parameters)
The Begin Swapping Deployment operation initiates a virtual IP address
swap between the staging and production deployment environments for a
service.
|
Future<OperationResponse> |
beginSwappingAsync(String serviceName,
DeploymentSwapParameters parameters)
The Begin Swapping Deployment operation initiates a virtual IP address
swap between the staging and production deployment environments for a
service.
|
OperationResponse |
beginUpdatingStatusByDeploymentName(String serviceName,
String deploymentName,
DeploymentUpdateStatusParameters parameters)
The Begin Updating Deployment Status By Deployment Name operation
initiates a change in the running status of a deployment.
|
Future<OperationResponse> |
beginUpdatingStatusByDeploymentNameAsync(String serviceName,
String deploymentName,
DeploymentUpdateStatusParameters parameters)
The Begin Updating Deployment Status By Deployment Name operation
initiates a change in the running status of a deployment.
|
OperationResponse |
beginUpdatingStatusByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentUpdateStatusParameters parameters)
The Begin Updating Deployment Status By Deployment Slot operation
initiates a change in the running status of a deployment.
|
Future<OperationResponse> |
beginUpdatingStatusByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentUpdateStatusParameters parameters)
The Begin Updating Deployment Status By Deployment Slot operation
initiates a change in the running status of a deployment.
|
OperationResponse |
beginUpgradingByName(String serviceName,
String deploymentName,
DeploymentUpgradeParameters parameters)
The Begin Upgrading Deployment By Name operation initiates an update of
role instances in a deployment using the package and configuration that
you specify.
|
Future<OperationResponse> |
beginUpgradingByNameAsync(String serviceName,
String deploymentName,
DeploymentUpgradeParameters parameters)
The Begin Upgrading Deployment By Name operation initiates an update of
role instances in a deployment using the package and configuration that
you specify.
|
OperationResponse |
beginUpgradingBySlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentUpgradeParameters parameters)
The Begin Upgrading Deployment By Slot operation initiates an update of
role instances in a deployment using the package and configuration that
you specify.
|
Future<OperationResponse> |
beginUpgradingBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentUpgradeParameters parameters)
The Begin Upgrading Deployment By Slot operation initiates an update of
role instances in a deployment using the package and configuration that
you specify.
|
OperationResponse |
beginWalkingUpgradeDomainByDeploymentName(String serviceName,
String deploymentName,
DeploymentWalkUpgradeDomainParameters parameters)
The Begin Walking Upgrade Domain By Deployment Name operation specifies
an update domain in which a role instance must be updated.
|
Future<OperationResponse> |
beginWalkingUpgradeDomainByDeploymentNameAsync(String serviceName,
String deploymentName,
DeploymentWalkUpgradeDomainParameters parameters)
The Begin Walking Upgrade Domain By Deployment Name operation specifies
an update domain in which a role instance must be updated.
|
OperationResponse |
beginWalkingUpgradeDomainByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentWalkUpgradeDomainParameters parameters)
The Begin Walking Upgrade Domain By Deployment Slot operation specifies
an update domain in which a role instance must be updated.
|
Future<OperationResponse> |
beginWalkingUpgradeDomainByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentWalkUpgradeDomainParameters parameters)
The Begin Walking Upgrade Domain By Deployment Slot operation specifies
an update domain in which a role instance must be updated.
|
OperationStatusResponse |
changeConfigurationByName(String serviceName,
String deploymentName,
DeploymentChangeConfigurationParameters parameters)
The Change Deployment Configuration By Name operation initiates a change
to the deployment configuration.
|
Future<OperationStatusResponse> |
changeConfigurationByNameAsync(String serviceName,
String deploymentName,
DeploymentChangeConfigurationParameters parameters)
The Change Deployment Configuration By Name operation initiates a change
to the deployment configuration.
|
OperationStatusResponse |
changeConfigurationBySlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentChangeConfigurationParameters parameters)
The Change Deployment Configuration By Slot operation initiates a change
to the deployment configuration.
|
Future<OperationStatusResponse> |
changeConfigurationBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentChangeConfigurationParameters parameters)
The Change Deployment Configuration By Slot operation initiates a change
to the deployment configuration.
|
OperationStatusResponse |
create(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentCreateParameters parameters)
The Create Deployment operation uploads a new service package and creates
a new deployment in the staging or production environments.
|
Future<OperationStatusResponse> |
createAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentCreateParameters parameters)
The Create Deployment operation uploads a new service package and creates
a new deployment in the staging or production environments.
|
OperationStatusResponse |
deleteByName(String serviceName,
String deploymentName,
boolean deleteFromStorage)
The Delete Deployment By Name operation deletes the specified deployment.
|
Future<OperationStatusResponse> |
deleteByNameAsync(String serviceName,
String deploymentName,
boolean deleteFromStorage)
The Delete Deployment By Name operation deletes the specified deployment.
|
OperationStatusResponse |
deleteBySlot(String serviceName,
DeploymentSlot deploymentSlot)
The Delete Deployment By Slot operation deletes the specified deployment.
|
Future<OperationStatusResponse> |
deleteBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot)
The Delete Deployment By Slot operation deletes the specified deployment.
|
OperationStatusResponse |
deleteRoleInstanceByDeploymentName(String serviceName,
String deploymentName,
DeploymentDeleteRoleInstanceParameters roleInstanceName)
The Delete Role Instances operation deletes a role instance from a
deployment in a cloud service.
|
Future<OperationStatusResponse> |
deleteRoleInstanceByDeploymentNameAsync(String serviceName,
String deploymentName,
DeploymentDeleteRoleInstanceParameters roleInstanceName)
The Delete Role Instances operation deletes a role instance from a
deployment in a cloud service.
|
OperationStatusResponse |
deleteRoleInstanceByDeploymentSlot(String serviceName,
String deploymentSlot,
DeploymentDeleteRoleInstanceParameters parameters)
The Delete Role Instances operation deletes the role instances from a
deployment in a cloud service.
|
Future<OperationStatusResponse> |
deleteRoleInstanceByDeploymentSlotAsync(String serviceName,
String deploymentSlot,
DeploymentDeleteRoleInstanceParameters parameters)
The Delete Role Instances operation deletes the role instances from a
deployment in a cloud service.
|
DeploymentGetResponse |
getByName(String serviceName,
String deploymentName)
The Get Deployment By Name operation returns configuration information,
status, and system properties for a deployment.
|
Future<DeploymentGetResponse> |
getByNameAsync(String serviceName,
String deploymentName)
The Get Deployment By Name operation returns configuration information,
status, and system properties for a deployment.
|
DeploymentGetResponse |
getBySlot(String serviceName,
DeploymentSlot deploymentSlot)
The Get Deployment By Slot operation returns configuration information,
status, and system properties for a deployment.
|
Future<DeploymentGetResponse> |
getBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot)
The Get Deployment By Slot operation returns configuration information,
status, and system properties for a deployment.
|
OperationStatusResponse |
getPackageByName(String serviceName,
String deploymentName,
DeploymentGetPackageParameters parameters)
The Get Package By Name operation retrieves a cloud service package for a
deployment and stores the package files in Azure Blob storage.
|
Future<OperationStatusResponse> |
getPackageByNameAsync(String serviceName,
String deploymentName,
DeploymentGetPackageParameters parameters)
The Get Package By Name operation retrieves a cloud service package for a
deployment and stores the package files in Azure Blob storage.
|
OperationStatusResponse |
getPackageBySlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentGetPackageParameters parameters)
The Get Package By Slot operation retrieves a cloud service package for a
deployment and stores the package files in Azure Blob storage.
|
Future<OperationStatusResponse> |
getPackageBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentGetPackageParameters parameters)
The Get Package By Slot operation retrieves a cloud service package for a
deployment and stores the package files in Azure Blob storage.
|
DeploymentEventListResponse |
listEvents(String serviceName,
String deploymentName,
Calendar startTime,
Calendar endTime)
Identifies the list of reboot events due to planned maintenance that
impacted a deployment in the optionally provided timeframe.
|
Future<DeploymentEventListResponse> |
listEventsAsync(String serviceName,
String deploymentName,
Calendar startTime,
Calendar endTime)
Identifies the list of reboot events due to planned maintenance that
impacted a deployment in the optionally provided timeframe.
|
DeploymentEventListResponse |
listEventsBySlot(String serviceName,
DeploymentSlot deploymentSlot,
Calendar startTime,
Calendar endTime)
Identifies the list of reboot events due to planned maintenance that
impacted a deployment in the optionally provided timeframe.
|
Future<DeploymentEventListResponse> |
listEventsBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
Calendar startTime,
Calendar endTime)
Identifies the list of reboot events due to planned maintenance that
impacted a deployment in the optionally provided timeframe.
|
OperationStatusResponse |
rebootRoleInstanceByDeploymentName(String serviceName,
String deploymentName,
String roleInstanceName)
The Reboot Role Instance By Deployment Name operation requests a reboot
of a role instance that is running in a deployment.
|
Future<OperationStatusResponse> |
rebootRoleInstanceByDeploymentNameAsync(String serviceName,
String deploymentName,
String roleInstanceName)
The Reboot Role Instance By Deployment Name operation requests a reboot
of a role instance that is running in a deployment.
|
OperationStatusResponse |
rebootRoleInstanceByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
String roleInstanceName)
The Reboot Role Instance By Deployment Slot operation requests a reboot
of a role instance that is running in a deployment.
|
Future<OperationStatusResponse> |
rebootRoleInstanceByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
String roleInstanceName)
The Reboot Role Instance By Deployment Slot operation requests a reboot
of a role instance that is running in a deployment.
|
OperationStatusResponse |
rebuildRoleInstanceByDeploymentName(String serviceName,
String deploymentName,
String roleInstanceName,
String resources)
The Rebuild Role Instance asynchronous operation reinstalls the operating
system on instances of web roles or worker roles and initializes the
storage resources that are used by them.
|
Future<OperationStatusResponse> |
rebuildRoleInstanceByDeploymentNameAsync(String serviceName,
String deploymentName,
String roleInstanceName,
String resources)
The Rebuild Role Instance asynchronous operation reinstalls the operating
system on instances of web roles or worker roles and initializes the
storage resources that are used by them.
|
OperationStatusResponse |
rebuildRoleInstanceByDeploymentSlot(String serviceName,
String deploymentSlot,
String roleInstanceName,
String resources)
The Rebuild Role Instance asynchronous operation reinstalls the operating
system on instances of web roles or worker roles and initializes the
storage resources that are used by them.
|
Future<OperationStatusResponse> |
rebuildRoleInstanceByDeploymentSlotAsync(String serviceName,
String deploymentSlot,
String roleInstanceName,
String resources)
The Rebuild Role Instance asynchronous operation reinstalls the operating
system on instances of web roles or worker roles and initializes the
storage resources that are used by them.
|
OperationStatusResponse |
reimageRoleInstanceByDeploymentName(String serviceName,
String deploymentName,
String roleInstanceName)
The Reimage Role Instance By Deployment Name operation requests a reimage
of a role instance that is running in a deployment.This operation is an
asynchronous operation.
|
Future<OperationStatusResponse> |
reimageRoleInstanceByDeploymentNameAsync(String serviceName,
String deploymentName,
String roleInstanceName)
The Reimage Role Instance By Deployment Name operation requests a reimage
of a role instance that is running in a deployment.This operation is an
asynchronous operation.
|
OperationStatusResponse |
reimageRoleInstanceByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
String roleInstanceName)
The Reimage Role Instance By Deployment Slot operation requests a reimage
of a role instance that is running in a deployment.
|
Future<OperationStatusResponse> |
reimageRoleInstanceByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
String roleInstanceName)
The Reimage Role Instance By Deployment Slot operation requests a reimage
of a role instance that is running in a deployment.
|
OperationResponse |
rollbackUpdateOrUpgradeByDeploymentName(String serviceName,
String deploymentName,
DeploymentRollbackUpdateOrUpgradeParameters parameters)
The Rollback Update Or Upgrade By Deployment Name operation cancels an
in-progress configuration update and returns the deployment to its state
before the update was started.
|
Future<OperationResponse> |
rollbackUpdateOrUpgradeByDeploymentNameAsync(String serviceName,
String deploymentName,
DeploymentRollbackUpdateOrUpgradeParameters parameters)
The Rollback Update Or Upgrade By Deployment Name operation cancels an
in-progress configuration update and returns the deployment to its state
before the update was started.
|
OperationResponse |
rollbackUpdateOrUpgradeByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentRollbackUpdateOrUpgradeParameters parameters)
The Rollback Update Or Upgrade By Deployment Slot operation cancels an
in-progress configuration update and returns the deployment to its state
before the update was started.
|
Future<OperationResponse> |
rollbackUpdateOrUpgradeByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentRollbackUpdateOrUpgradeParameters parameters)
The Rollback Update Or Upgrade By Deployment Slot operation cancels an
in-progress configuration update and returns the deployment to its state
before the update was started.
|
OperationStatusResponse |
swap(String serviceName,
DeploymentSwapParameters parameters)
The Swap Deployment operation initiates a virtual IP address swap between
the staging and production deployment environments for a service.
|
Future<OperationStatusResponse> |
swapAsync(String serviceName,
DeploymentSwapParameters parameters)
The Swap Deployment operation initiates a virtual IP address swap between
the staging and production deployment environments for a service.
|
OperationStatusResponse |
updateStatusByDeploymentName(String serviceName,
String deploymentName,
DeploymentUpdateStatusParameters parameters)
The Update Deployment Status By Deployment Name operation initiates a
change in the running status of a deployment.
|
Future<OperationStatusResponse> |
updateStatusByDeploymentNameAsync(String serviceName,
String deploymentName,
DeploymentUpdateStatusParameters parameters)
The Update Deployment Status By Deployment Name operation initiates a
change in the running status of a deployment.
|
OperationStatusResponse |
updateStatusByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentUpdateStatusParameters parameters)
The Update Deployment Status By Deployment Slot operation initiates a
change in the running status of a deployment.
|
Future<OperationStatusResponse> |
updateStatusByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentUpdateStatusParameters parameters)
The Update Deployment Status By Deployment Slot operation initiates a
change in the running status of a deployment.
|
OperationStatusResponse |
upgradeByName(String serviceName,
String deploymentName,
DeploymentUpgradeParameters parameters)
The Upgrade Deployment By Name operation initiates an update of role
instances in a deployment using the package and configuration that you
specify.
|
Future<OperationStatusResponse> |
upgradeByNameAsync(String serviceName,
String deploymentName,
DeploymentUpgradeParameters parameters)
The Upgrade Deployment By Name operation initiates an update of role
instances in a deployment using the package and configuration that you
specify.
|
OperationStatusResponse |
upgradeBySlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentUpgradeParameters parameters)
The Upgrade Deployment By Slot operation initiates an update of role
instances in a deployment using the package and configuration that you
specify.
|
Future<OperationStatusResponse> |
upgradeBySlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentUpgradeParameters parameters)
The Upgrade Deployment By Slot operation initiates an update of role
instances in a deployment using the package and configuration that you
specify.
|
OperationStatusResponse |
walkUpgradeDomainByDeploymentName(String serviceName,
String deploymentName,
DeploymentWalkUpgradeDomainParameters parameters)
The Walk Upgrade Domain By Deployment Name operation specifies an update
domain in which a role instance must be updated.
|
Future<OperationStatusResponse> |
walkUpgradeDomainByDeploymentNameAsync(String serviceName,
String deploymentName,
DeploymentWalkUpgradeDomainParameters parameters)
The Walk Upgrade Domain By Deployment Name operation specifies an update
domain in which a role instance must be updated.
|
OperationStatusResponse |
walkUpgradeDomainByDeploymentSlot(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentWalkUpgradeDomainParameters parameters)
The Walk Upgrade Domain By Deployment Slot operation specifies an update
domain in which a role instance must be updated.
|
Future<OperationStatusResponse> |
walkUpgradeDomainByDeploymentSlotAsync(String serviceName,
DeploymentSlot deploymentSlot,
DeploymentWalkUpgradeDomainParameters parameters)
The Walk Upgrade Domain By Deployment Slot operation specifies an update
domain in which a role instance must be updated.
|
OperationResponse beginChangingConfigurationByName(String serviceName, String deploymentName, DeploymentChangeConfigurationParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to change deployment
configuration for.deploymentName - Required. The deployment to change configuration
for.parameters - Required. Parameters supplied to the Begin Changing
Configuration Deployment By Name operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginChangingConfigurationByNameAsync(String serviceName, String deploymentName, DeploymentChangeConfigurationParameters parameters)
serviceName - Required. The cloud service to change deployment
configuration for.deploymentName - Required. The deployment to change configuration
for.parameters - Required. Parameters supplied to the Begin Changing
Configuration Deployment By Name operation.OperationResponse beginChangingConfigurationBySlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentChangeConfigurationParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to change deployment
configuration for.deploymentSlot - Required. The slot to change deployment
configuration for.parameters - Required. Parameters supplied to the Begin Changing
Configuration Deployment By Slot operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginChangingConfigurationBySlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentChangeConfigurationParameters parameters)
serviceName - Required. The cloud service to change deployment
configuration for.deploymentSlot - Required. The slot to change deployment
configuration for.parameters - Required. Parameters supplied to the Begin Changing
Configuration Deployment By Slot operation.OperationResponse beginCreating(String serviceName, DeploymentSlot deploymentSlot, DeploymentCreateParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to create a deployment for.deploymentSlot - Required. The slot to create a deployment for.parameters - Required. Parameters supplied to the Begin Creating
Deployment operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginCreatingAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentCreateParameters parameters)
serviceName - Required. The cloud service to create a deployment for.deploymentSlot - Required. The slot to create a deployment for.parameters - Required. Parameters supplied to the Begin Creating
Deployment operation.OperationResponse beginDeletingByName(String serviceName, String deploymentName, boolean deleteFromStorage) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.deleteFromStorage - Required. Specifies that the source blob for the
disk should also be deleted from storage.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginDeletingByNameAsync(String serviceName, String deploymentName, boolean deleteFromStorage)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.deleteFromStorage - Required. Specifies that the source blob for the
disk should also be deleted from storage.OperationResponse beginDeletingBySlot(String serviceName, DeploymentSlot deploymentSlot) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginDeletingBySlotAsync(String serviceName, DeploymentSlot deploymentSlot)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.OperationResponse beginDeletingRoleInstanceByBeploymentSlot(String serviceName, String deploymentSlot, DeploymentDeleteRoleInstanceParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The name of the deployment slot.parameters - Required. The parameters to delete the role.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginDeletingRoleInstanceByBeploymentSlotAsync(String serviceName, String deploymentSlot, DeploymentDeleteRoleInstanceParameters parameters)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The name of the deployment slot.parameters - Required. The parameters to delete the role.OperationResponse beginDeletingRoleInstanceByDeploymentName(String serviceName, String deploymentName, DeploymentDeleteRoleInstanceParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of the deployment.parameters - Required. The parameters to delete the role.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginDeletingRoleInstanceByDeploymentNameAsync(String serviceName, String deploymentName, DeploymentDeleteRoleInstanceParameters parameters)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of the deployment.parameters - Required. The parameters to delete the role.OperationResponse beginGettingPackageByName(String serviceName, String deploymentName, DeploymentGetPackageParameters parameters) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Get Package By
Name operation.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginGettingPackageByNameAsync(String serviceName, String deploymentName, DeploymentGetPackageParameters parameters)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Get Package By
Name operation.OperationResponse beginGettingPackageBySlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentGetPackageParameters parameters) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Get Package By
Slot operation.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginGettingPackageBySlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentGetPackageParameters parameters)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Get Package By
Slot operation.OperationResponse beginRebootingRoleInstanceByDeploymentName(String serviceName, String deploymentName, String roleInstanceName) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginRebootingRoleInstanceByDeploymentNameAsync(String serviceName, String deploymentName, String roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.OperationResponse beginRebootingRoleInstanceByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, String roleInstanceName) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginRebootingRoleInstanceByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, String roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.OperationResponse beginRebuildingRoleInstanceByDeploymentName(String serviceName, String deploymentName, String roleInstanceName, String resources) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.resources - Required. Specifies the resources that must be rebuilt.
Currently, the only supported value is 'allLocalDrives'.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginRebuildingRoleInstanceByDeploymentNameAsync(String serviceName, String deploymentName, String roleInstanceName, String resources)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.resources - Required. Specifies the resources that must be rebuilt.
Currently, the only supported value is 'allLocalDrives'.OperationResponse beginRebuildingRoleInstanceByDeploymentSlot(String serviceName, String deploymentSlot, String roleInstanceName, String resources) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.resources - Required. Specifies the resources that must be rebuilt.
Currently, the only supported value is 'allLocalDrives'.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginRebuildingRoleInstanceByDeploymentSlotAsync(String serviceName, String deploymentSlot, String roleInstanceName, String resources)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.resources - Required. Specifies the resources that must be rebuilt.
Currently, the only supported value is 'allLocalDrives'.OperationResponse beginReimagingRoleInstanceByDeploymentName(String serviceName, String deploymentName, String roleInstanceName) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginReimagingRoleInstanceByDeploymentNameAsync(String serviceName, String deploymentName, String roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.OperationResponse beginReimagingRoleInstanceByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, String roleInstanceName) throws IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginReimagingRoleInstanceByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, String roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.OperationResponse beginSwapping(String serviceName, DeploymentSwapParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to swap deployments for.parameters - Required. Parameters supplied to the Begin Swapping
Deployment operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginSwappingAsync(String serviceName, DeploymentSwapParameters parameters)
serviceName - Required. The cloud service to swap deployments for.parameters - Required. Parameters supplied to the Begin Swapping
Deployment operation.OperationResponse beginUpdatingStatusByDeploymentName(String serviceName, String deploymentName, DeploymentUpdateStatusParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to swap deployments for.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Begin Updating
Deployment Status By Deployment Name operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginUpdatingStatusByDeploymentNameAsync(String serviceName, String deploymentName, DeploymentUpdateStatusParameters parameters)
serviceName - Required. The cloud service to swap deployments for.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Begin Updating
Deployment Status By Deployment Name operation.OperationResponse beginUpdatingStatusByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentUpdateStatusParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to swap deployments for.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Begin Updating
Deployment Status By Deployment Slot operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginUpdatingStatusByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentUpdateStatusParameters parameters)
serviceName - Required. The cloud service to swap deployments for.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Begin Updating
Deployment Status By Deployment Slot operation.OperationResponse beginUpgradingByName(String serviceName, String deploymentName, DeploymentUpgradeParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to upgrade.deploymentName - Required. The deployment to upgrade.parameters - Required. Parameters supplied to the Begin Upgrading
Deployment By Name operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginUpgradingByNameAsync(String serviceName, String deploymentName, DeploymentUpgradeParameters parameters)
serviceName - Required. The cloud service to upgrade.deploymentName - Required. The deployment to upgrade.parameters - Required. Parameters supplied to the Begin Upgrading
Deployment By Name operation.OperationResponse beginUpgradingBySlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentUpgradeParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to upgrade.deploymentSlot - Required. The slot to upgrade.parameters - Required. Parameters supplied to the Begin Upgrading
Deployment By Slot operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginUpgradingBySlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentUpgradeParameters parameters)
serviceName - Required. The cloud service to upgrade.deploymentSlot - Required. The slot to upgrade.parameters - Required. Parameters supplied to the Begin Upgrading
Deployment By Slot operation.OperationResponse beginWalkingUpgradeDomainByDeploymentName(String serviceName, String deploymentName, DeploymentWalkUpgradeDomainParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Begin Walking
Upgrade Domain By Deployment Name operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginWalkingUpgradeDomainByDeploymentNameAsync(String serviceName, String deploymentName, DeploymentWalkUpgradeDomainParameters parameters)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Begin Walking
Upgrade Domain By Deployment Name operation.OperationResponse beginWalkingUpgradeDomainByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentWalkUpgradeDomainParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Begin Walking
Upgrade Domain By Deployment Slot operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> beginWalkingUpgradeDomainByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentWalkUpgradeDomainParameters parameters)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Begin Walking
Upgrade Domain By Deployment Slot operation.OperationStatusResponse changeConfigurationByName(String serviceName, String deploymentName, DeploymentChangeConfigurationParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The cloud service to change deployment
configuration for.deploymentName - Required. The deployment to change configuration
for.parameters - Required. Parameters supplied to the Change
ConfigurationDeployment By Name operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> changeConfigurationByNameAsync(String serviceName, String deploymentName, DeploymentChangeConfigurationParameters parameters)
serviceName - Required. The cloud service to change deployment
configuration for.deploymentName - Required. The deployment to change configuration
for.parameters - Required. Parameters supplied to the Change
ConfigurationDeployment By Name operation.OperationStatusResponse changeConfigurationBySlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentChangeConfigurationParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The cloud service to change deployment
configuration for.deploymentSlot - Required. The slot to change deployment
configuration for.parameters - Required. Parameters supplied to the Change
Configuration Deployment By Slot operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> changeConfigurationBySlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentChangeConfigurationParameters parameters)
serviceName - Required. The cloud service to change deployment
configuration for.deploymentSlot - Required. The slot to change deployment
configuration for.parameters - Required. Parameters supplied to the Change
Configuration Deployment By Slot operation.OperationStatusResponse create(String serviceName, DeploymentSlot deploymentSlot, DeploymentCreateParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException, ParserConfigurationException, SAXException, TransformerException, URISyntaxException
serviceName - Required. The cloud service to create a deployment for.deploymentSlot - Required. The slot to create a deployment for.parameters - Required. Parameters supplied to the Create Deployment
operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.ServiceException - Thrown if an unexpected response is found.URISyntaxException - Thrown if there was an error parsing a URI in
the response.Future<OperationStatusResponse> createAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentCreateParameters parameters)
serviceName - Required. The cloud service to create a deployment for.deploymentSlot - Required. The slot to create a deployment for.parameters - Required. Parameters supplied to the Create Deployment
operation.OperationStatusResponse deleteByName(String serviceName, String deploymentName, boolean deleteFromStorage) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.deleteFromStorage - Required. Specifies that the source blob for the
disk should also be deleted from storage.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> deleteByNameAsync(String serviceName, String deploymentName, boolean deleteFromStorage)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.deleteFromStorage - Required. Specifies that the source blob for the
disk should also be deleted from storage.OperationStatusResponse deleteBySlot(String serviceName, DeploymentSlot deploymentSlot) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> deleteBySlotAsync(String serviceName, DeploymentSlot deploymentSlot)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.OperationStatusResponse deleteRoleInstanceByDeploymentName(String serviceName, String deploymentName, DeploymentDeleteRoleInstanceParameters roleInstanceName) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of the deployment.roleInstanceName - Required. The parameters to delete the role.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> deleteRoleInstanceByDeploymentNameAsync(String serviceName, String deploymentName, DeploymentDeleteRoleInstanceParameters roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of the deployment.roleInstanceName - Required. The parameters to delete the role.OperationStatusResponse deleteRoleInstanceByDeploymentSlot(String serviceName, String deploymentSlot, DeploymentDeleteRoleInstanceParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The name of the deployment slot.parameters - Required. The parameters to delete the role.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> deleteRoleInstanceByDeploymentSlotAsync(String serviceName, String deploymentSlot, DeploymentDeleteRoleInstanceParameters parameters)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The name of the deployment slot.parameters - Required. The parameters to delete the role.DeploymentGetResponse getByName(String serviceName, String deploymentName) throws IOException, ServiceException, ParserConfigurationException, SAXException, URISyntaxException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of the deployment.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.ParserConfigurationException - Thrown if there was a serious
configuration error with the document parser.SAXException - Thrown if there was an error parsing the XML
response.URISyntaxException - Thrown if there was an error parsing a URI in
the response.Future<DeploymentGetResponse> getByNameAsync(String serviceName, String deploymentName)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of the deployment.DeploymentGetResponse getBySlot(String serviceName, DeploymentSlot deploymentSlot) throws IOException, ServiceException, ParserConfigurationException, SAXException, URISyntaxException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.ParserConfigurationException - Thrown if there was a serious
configuration error with the document parser.SAXException - Thrown if there was an error parsing the XML
response.URISyntaxException - Thrown if there was an error parsing a URI in
the response.Future<DeploymentGetResponse> getBySlotAsync(String serviceName, DeploymentSlot deploymentSlot)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.OperationStatusResponse getPackageByName(String serviceName, String deploymentName, DeploymentGetPackageParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Get Package By
Name operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> getPackageByNameAsync(String serviceName, String deploymentName, DeploymentGetPackageParameters parameters)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Get Package By
Name operation.OperationStatusResponse getPackageBySlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentGetPackageParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Get Package By
Slot operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> getPackageBySlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentGetPackageParameters parameters)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Get Package By
Slot operation.DeploymentEventListResponse listEvents(String serviceName, String deploymentName, Calendar startTime, Calendar endTime) throws IOException, ServiceException, ParserConfigurationException, SAXException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of the deployment.startTime - Required. Datetime in UTC representing the start time of
the query.endTime - Required. Datetime in UTC representing the end time of the
query.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.ParserConfigurationException - Thrown if there was a serious
configuration error with the document parser.SAXException - Thrown if there was an error parsing the XML
response.Future<DeploymentEventListResponse> listEventsAsync(String serviceName, String deploymentName, Calendar startTime, Calendar endTime)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of the deployment.startTime - Required. Datetime in UTC representing the start time of
the query.endTime - Required. Datetime in UTC representing the end time of the
query.DeploymentEventListResponse listEventsBySlot(String serviceName, DeploymentSlot deploymentSlot, Calendar startTime, Calendar endTime) throws IOException, ServiceException, ParserConfigurationException, SAXException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.startTime - Required. Datetime in UTC representing the start time of
the query.endTime - Required. Datetime in UTC representing the end time of the
query.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.ParserConfigurationException - Thrown if there was a serious
configuration error with the document parser.SAXException - Thrown if there was an error parsing the XML
response.Future<DeploymentEventListResponse> listEventsBySlotAsync(String serviceName, DeploymentSlot deploymentSlot, Calendar startTime, Calendar endTime)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.startTime - Required. Datetime in UTC representing the start time of
the query.endTime - Required. Datetime in UTC representing the end time of the
query.OperationStatusResponse rebootRoleInstanceByDeploymentName(String serviceName, String deploymentName, String roleInstanceName) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> rebootRoleInstanceByDeploymentNameAsync(String serviceName, String deploymentName, String roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.OperationStatusResponse rebootRoleInstanceByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, String roleInstanceName) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> rebootRoleInstanceByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, String roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.OperationStatusResponse rebuildRoleInstanceByDeploymentName(String serviceName, String deploymentName, String roleInstanceName, String resources) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.resources - Required. Specifies the resources that must be rebuilt.
Currently, the only supported value is 'allLocalDrives'.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> rebuildRoleInstanceByDeploymentNameAsync(String serviceName, String deploymentName, String roleInstanceName, String resources)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.resources - Required. Specifies the resources that must be rebuilt.
Currently, the only supported value is 'allLocalDrives'.OperationStatusResponse rebuildRoleInstanceByDeploymentSlot(String serviceName, String deploymentSlot, String roleInstanceName, String resources) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.resources - Required. Specifies the resources that must be rebuilt.
Currently, the only supported value is 'allLocalDrives'.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> rebuildRoleInstanceByDeploymentSlotAsync(String serviceName, String deploymentSlot, String roleInstanceName, String resources)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.resources - Required. Specifies the resources that must be rebuilt.
Currently, the only supported value is 'allLocalDrives'.OperationStatusResponse reimageRoleInstanceByDeploymentName(String serviceName, String deploymentName, String roleInstanceName) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> reimageRoleInstanceByDeploymentNameAsync(String serviceName, String deploymentName, String roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.roleInstanceName - Required. The name of your role instance.OperationStatusResponse reimageRoleInstanceByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, String roleInstanceName) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> reimageRoleInstanceByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, String roleInstanceName)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.roleInstanceName - Required. The name of your role instance.OperationResponse rollbackUpdateOrUpgradeByDeploymentName(String serviceName, String deploymentName, DeploymentRollbackUpdateOrUpgradeParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to swap deployments for.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Rollback Update Or
Upgrade By Deployment Name operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> rollbackUpdateOrUpgradeByDeploymentNameAsync(String serviceName, String deploymentName, DeploymentRollbackUpdateOrUpgradeParameters parameters)
serviceName - Required. The cloud service to swap deployments for.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Rollback Update Or
Upgrade By Deployment Name operation.OperationResponse rollbackUpdateOrUpgradeByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentRollbackUpdateOrUpgradeParameters parameters) throws ParserConfigurationException, SAXException, TransformerException, IOException, ServiceException
serviceName - Required. The cloud service to swap deployments for.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Rollback Update Or
Upgrade By Deployment Slot operation.ParserConfigurationException - Thrown if there was an error
configuring the parser for the response body.SAXException - Thrown if there was an error parsing the response
body.TransformerException - Thrown if there was an error creating the
DOM transformer.IOException - Signals that an I/O exception of some sort has
occurred. This class is the general class of exceptions produced by
failed or interrupted I/O operations.ServiceException - Thrown if an unexpected response is found.Future<OperationResponse> rollbackUpdateOrUpgradeByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentRollbackUpdateOrUpgradeParameters parameters)
serviceName - Required. The cloud service to swap deployments for.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Rollback Update Or
Upgrade By Deployment Slot operation.OperationStatusResponse swap(String serviceName, DeploymentSwapParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The cloud service to swap deployments for.parameters - Required. Parameters supplied to the Swap Deployment
operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> swapAsync(String serviceName, DeploymentSwapParameters parameters)
serviceName - Required. The cloud service to swap deployments for.parameters - Required. Parameters supplied to the Swap Deployment
operation.OperationStatusResponse updateStatusByDeploymentName(String serviceName, String deploymentName, DeploymentUpdateStatusParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The cloud service to swap deployments for.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Update Deployment
Status By Deployment Name operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> updateStatusByDeploymentNameAsync(String serviceName, String deploymentName, DeploymentUpdateStatusParameters parameters)
serviceName - Required. The cloud service to swap deployments for.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Update Deployment
Status By Deployment Name operation.OperationStatusResponse updateStatusByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentUpdateStatusParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The cloud service to swap deployments for.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Update Deployment
Status By Deployment Slot operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> updateStatusByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentUpdateStatusParameters parameters)
serviceName - Required. The cloud service to swap deployments for.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Update Deployment
Status By Deployment Slot operation.OperationStatusResponse upgradeByName(String serviceName, String deploymentName, DeploymentUpgradeParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The cloud service to upgrade.deploymentName - Required. The deployment to upgrade.parameters - Required. Parameters supplied to the Upgrade Deployment
By Name operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> upgradeByNameAsync(String serviceName, String deploymentName, DeploymentUpgradeParameters parameters)
serviceName - Required. The cloud service to upgrade.deploymentName - Required. The deployment to upgrade.parameters - Required. Parameters supplied to the Upgrade Deployment
By Name operation.OperationStatusResponse upgradeBySlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentUpgradeParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The cloud service to upgrade.deploymentSlot - Required. The slot to upgrade.parameters - Required. Parameters supplied to the Upgrade Deployment
By Slot operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> upgradeBySlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentUpgradeParameters parameters)
serviceName - Required. The cloud service to upgrade.deploymentSlot - Required. The slot to upgrade.parameters - Required. Parameters supplied to the Upgrade Deployment
By Slot operation.OperationStatusResponse walkUpgradeDomainByDeploymentName(String serviceName, String deploymentName, DeploymentWalkUpgradeDomainParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Walk Upgrade
Domain By Deployment Name operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> walkUpgradeDomainByDeploymentNameAsync(String serviceName, String deploymentName, DeploymentWalkUpgradeDomainParameters parameters)
serviceName - Required. The name of the cloud service.deploymentName - Required. The name of your deployment.parameters - Required. Parameters supplied to the Walk Upgrade
Domain By Deployment Name operation.OperationStatusResponse walkUpgradeDomainByDeploymentSlot(String serviceName, DeploymentSlot deploymentSlot, DeploymentWalkUpgradeDomainParameters parameters) throws InterruptedException, ExecutionException, ServiceException, IOException
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Walk Upgrade
Domain By Deployment Slot operation.InterruptedException - Thrown when a thread is waiting, sleeping,
or otherwise occupied, and the thread is interrupted, either before or
during the activity. Occasionally a method may wish to test whether the
current thread has been interrupted, and if so, to immediately throw
this exception. The following code can be used to achieve this effect:ExecutionException - Thrown when attempting to retrieve the result
of a task that aborted by throwing an exception. This exception can be
inspected using the Throwable.getCause() method.ServiceException - Thrown if the server returned an error for the
request.IOException - Thrown if there was an error setting up tracing for
the request.Future<OperationStatusResponse> walkUpgradeDomainByDeploymentSlotAsync(String serviceName, DeploymentSlot deploymentSlot, DeploymentWalkUpgradeDomainParameters parameters)
serviceName - Required. The name of the cloud service.deploymentSlot - Required. The deployment slot.parameters - Required. Parameters supplied to the Walk Upgrade
Domain By Deployment Slot operation./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/