HostedServiceOperationsExtensions::Delete Method (IHostedServiceOperations^, String^)

 

Deletes the specified cloud service from a subscription.

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

public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
	IHostedServiceOperations^ operations,
	String^ serviceName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute::IHostedServiceOperations^

The IHostedServiceOperations object that specifies the cloud service operations.

serviceName
Type: System::String^

The name of the cloud service to delete from the subscription.

Return Value

Type: Microsoft.Azure::AzureOperationResponse^

An OperationResponse object that includes an HTTP status code and request ID.

For more information about delete cloud services, see the following resources:

Return to top
Show: