DeploymentOperationsExtensions::DeleteByNameAsync Method (IDeploymentOperations^, String^, String^, Boolean)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: [ExtensionAttribute] static Task<OperationStatusResponse^>^ DeleteByNameAsync( IDeploymentOperations^ operations, String^ serviceName, String^ deploymentName, bool deleteFromStorage )
Parameters
- operations
- Type: Microsoft.WindowsAzure.Management.Compute::IDeploymentOperations^
- serviceName
- Type: System::String^
- deploymentName
- Type: System::String^
- deleteFromStorage
- Type: System::Boolean
Return Value
Type: System.Threading.Tasks::Task<OperationStatusResponse^>^
Show: