DeploymentOperationsExtensions.BeginDeletingByNameAsync Method (IDeploymentOperations, String, String, Boolean)
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public static Task<AzureOperationResponse> BeginDeletingByNameAsync(
this IDeploymentOperations operations,
string serviceName,
string deploymentName,
bool deleteFromStorage
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginDeletingByNameAsync(
IDeploymentOperations^ operations,
String^ serviceName,
String^ deploymentName,
bool deleteFromStorage
)
static member BeginDeletingByNameAsync :
operations:IDeploymentOperations *
serviceName:string *
deploymentName:string *
deleteFromStorage:bool -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeletingByNameAsync (
operations As IDeploymentOperations,
serviceName As String,
deploymentName As String,
deleteFromStorage As Boolean
) As Task(Of AzureOperationResponse)
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<AzureOperationResponse>
See Also
DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top