IDeploymentOperations.BeginGettingPackageBySlotAsync Method (String, DeploymentSlot, DeploymentGetPackageParameters, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Task<AzureOperationResponse> BeginGettingPackageBySlotAsync(
string serviceName,
DeploymentSlot deploymentSlot,
DeploymentGetPackageParameters parameters,
CancellationToken cancellationToken
)
Parameters
- serviceName
- Type: System.String
- deploymentSlot
- Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot
- cancellationToken
- Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
Show: