DeploymentOperationsExtensions.BeginGettingPackageBySlot Method (IDeploymentOperations, String, DeploymentSlot, DeploymentGetPackageParameters)
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public static AzureOperationResponse BeginGettingPackageBySlot(
this IDeploymentOperations operations,
string serviceName,
DeploymentSlot deploymentSlot,
DeploymentGetPackageParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginGettingPackageBySlot(
IDeploymentOperations^ operations,
String^ serviceName,
DeploymentSlot deploymentSlot,
DeploymentGetPackageParameters^ parameters
)
static member BeginGettingPackageBySlot :
operations:IDeploymentOperations *
serviceName:string *
deploymentSlot:DeploymentSlot *
parameters:DeploymentGetPackageParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginGettingPackageBySlot (
operations As IDeploymentOperations,
serviceName As String,
deploymentSlot As DeploymentSlot,
parameters As DeploymentGetPackageParameters
) As AzureOperationResponse
Parameters
- operations
Type: Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations
- serviceName
Type: System.String
- deploymentSlot
Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot
Return Value
Type: Microsoft.Azure.AzureOperationResponse
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top