Share via


AutoscaleOperationsExtensions.DeleteSettingAsync Method (IAutoscaleOperations, String, String)

 

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

Syntax

public static Task<OperationResponse> DeleteSettingAsync(
    this IAutoscaleOperations operations,
    string resourceGroupName,
    string autoscaleSettingName
)
public:
[ExtensionAttribute]
static Task<OperationResponse^>^ DeleteSettingAsync(
    IAutoscaleOperations^ operations,
    String^ resourceGroupName,
    String^ autoscaleSettingName
)
static member DeleteSettingAsync : 
        operations:IAutoscaleOperations *
        resourceGroupName:string *
        autoscaleSettingName:string -> Task<OperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteSettingAsync (
    operations As IAutoscaleOperations,
    resourceGroupName As String,
    autoscaleSettingName As String
) As Task(Of OperationResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The resource name.

  • autoscaleSettingName
    Type: System.String

    Required. The autoscale setting name.

Return Value

Type: System.Threading.Tasks.Task<OperationResponse>

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

See Also

AutoscaleOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace

Return to top