Share via


DeploymentOperationsExtensions.DeleteByName Method (IDeploymentOperations, String, String, Boolean)

 

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public static OperationStatusResponse DeleteByName(
    this IDeploymentOperations operations,
    string serviceName,
    string deploymentName,
    bool deleteFromStorage
)
public:
[ExtensionAttribute]
static OperationStatusResponse^ DeleteByName(
    IDeploymentOperations^ operations,
    String^ serviceName,
    String^ deploymentName,
    bool deleteFromStorage
)
static member DeleteByName : 
        operations:IDeploymentOperations *
        serviceName:string *
        deploymentName:string *
        deleteFromStorage:bool -> OperationStatusResponse
<ExtensionAttribute>
Public Shared Function DeleteByName (
    operations As IDeploymentOperations,
    serviceName As String,
    deploymentName As String,
    deleteFromStorage As Boolean
) As OperationStatusResponse

Parameters

Return Value

Type: Microsoft.Azure.OperationStatusResponse

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top