SettingOperationsExtensions.DeleteAsync Method (ISettingOperations, String)
Namespace:
Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
public static Task<AzureOperationResponse> DeleteAsync( this 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: System.Threading.Tasks.Task<AzureOperationResponse>A standard service response including an HTTP status code and request ID.
Show: