DeploymentOperationsExtensions.DeleteByName 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 DeleteByName (
	operations As IDeploymentOperations,
	serviceName As String,
	deploymentName As String,
	deleteFromStorage As Boolean
) As OperationStatusResponse

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.OperationStatusResponse

Return to top
Show: