DeploymentOperationsExtensions::BeginGettingPackageBySlotAsync Method (IDeploymentOperations^, String^, DeploymentSlot, DeploymentGetPackageParameters^)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: [ExtensionAttribute] static Task<AzureOperationResponse^>^ BeginGettingPackageBySlotAsync( IDeploymentOperations^ operations, String^ serviceName, DeploymentSlot deploymentSlot, DeploymentGetPackageParameters^ parameters )
Parameters
- operations
- Type: Microsoft.WindowsAzure.Management.Compute::IDeploymentOperations^
- serviceName
- Type: System::String^
- deploymentSlot
- Type: Microsoft.WindowsAzure.Management.Compute.Models::DeploymentSlot
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^
Show: