IDeploymentOperations.BeginGettingPackageBySlotAsync Method (String, DeploymentSlot, DeploymentGetPackageParameters, CancellationToken)

 

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

Syntax

Task<AzureOperationResponse> BeginGettingPackageBySlotAsync(
    string serviceName,
    DeploymentSlot deploymentSlot,
    DeploymentGetPackageParameters parameters,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ BeginGettingPackageBySlotAsync(
    String^ serviceName,
    DeploymentSlot deploymentSlot,
    DeploymentGetPackageParameters^ parameters,
    CancellationToken cancellationToken
)
abstract BeginGettingPackageBySlotAsync : 
        serviceName:string *
        deploymentSlot:DeploymentSlot *
        parameters:DeploymentGetPackageParameters *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function BeginGettingPackageBySlotAsync (
    serviceName As String,
    deploymentSlot As DeploymentSlot,
    parameters As DeploymentGetPackageParameters,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

See Also

IDeploymentOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top