| Package | Description |
|---|---|
| com.microsoft.windowsazure.management.compute |
This package contains the service management compute class,
interface, and associated configuration and utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
OperationResponse |
DeploymentOperationsImpl.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.
|
OperationResponse |
DeploymentOperations.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> |
DeploymentOperationsImpl.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.
|
Future<OperationResponse> |
DeploymentOperations.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 |
DeploymentOperationsImpl.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.
|
OperationResponse |
DeploymentOperations.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> |
DeploymentOperationsImpl.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.
|
Future<OperationResponse> |
DeploymentOperations.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.
|
OperationStatusResponse |
DeploymentOperationsImpl.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.
|
OperationStatusResponse |
DeploymentOperations.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> |
DeploymentOperationsImpl.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.
|
Future<OperationStatusResponse> |
DeploymentOperations.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 |
DeploymentOperationsImpl.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.
|
OperationStatusResponse |
DeploymentOperations.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> |
DeploymentOperationsImpl.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.
|
Future<OperationStatusResponse> |
DeploymentOperations.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.
|
/**
* 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.
*/