DeploymentOperationsExtensions.BeginDeletingByName Method (IDeploymentOperations, String, String, Boolean)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function BeginDeletingByName ( operations As IDeploymentOperations, serviceName As String, deploymentName As String, deleteFromStorage As Boolean ) As AzureOperationResponse
Parameters
- operations
- Type: Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations
- serviceName
- Type: System.String
- deploymentName
- Type: System.String
- deleteFromStorage
- Type: System.Boolean
Return Value
Type: Microsoft.Azure.AzureOperationResponse
Show: