AutoscaleOperationsExtensions.DeleteSettingAsync Method (IAutoscaleOperations, String, String)

 

Namespace:   Microsoft.Azure.Management.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

<ExtensionAttribute>
Public Shared Function DeleteSettingAsync (
	operations As IAutoscaleOperations,
	resourceGroupName As String,
	autoscaleSettingName As String
) As Task(Of OperationResponse)

Parameters

operations
Type: Microsoft.Azure.Management.Insights.IAutoscaleOperations

Reference to the Microsoft.Azure.Management.Insights.IAutoscaleOperations.

resourceGroupName
Type: System.String

Required. The resource name.

autoscaleSettingName
Type: System.String

Required. The autoscale setting name.

Return Value

Type: System.Threading.Tasks.Task(Of OperationResponse)

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

Return to top
Show: