Share via


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

 

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

Syntax

public static Task<AzureOperationResponse> BeginGettingPackageBySlotAsync(
    this IDeploymentOperations operations,
    string serviceName,
    DeploymentSlot deploymentSlot,
    DeploymentGetPackageParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginGettingPackageBySlotAsync(
    IDeploymentOperations^ operations,
    String^ serviceName,
    DeploymentSlot deploymentSlot,
    DeploymentGetPackageParameters^ parameters
)
static member BeginGettingPackageBySlotAsync : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentSlot:DeploymentSlot *
        parameters:DeploymentGetPackageParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginGettingPackageBySlotAsync (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentSlot As DeploymentSlot,
    parameters As DeploymentGetPackageParameters
) As Task(Of AzureOperationResponse)

Parameters

Return Value

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

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top