SettingOperationsExtensions::Delete Method (ISettingOperations^, String^)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
	ISettingOperations^ operations,
	String^ resourceId
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale::ISettingOperations^

Reference to the Microsoft.WindowsAzure.Management.Monitoring.Autoscale.ISettingOperations.

resourceId
Type: System::String^

Required. The resource ID.

Return Value

Type: Microsoft.Azure::AzureOperationResponse^

A standard service response including an HTTP status code and request ID.

Return to top
Show: