Sdílet prostřednictvím


IAutoscaleOperations.DeleteSettingAsync Method (String, String, CancellationToken)

 

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

Syntax

Task<OperationResponse> DeleteSettingAsync(
    string resourceGroupName,
    string autoscaleSettingName,
    CancellationToken cancellationToken
)
Task<OperationResponse^>^ DeleteSettingAsync(
    String^ resourceGroupName,
    String^ autoscaleSettingName,
    CancellationToken cancellationToken
)
abstract DeleteSettingAsync : 
        resourceGroupName:string *
        autoscaleSettingName:string *
        cancellationToken:CancellationToken -> Task<OperationResponse>
Function DeleteSettingAsync (
    resourceGroupName As String,
    autoscaleSettingName As String,
    cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

  • autoscaleSettingName
    Type: System.String

    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

IAutoscaleOperations Interface
Microsoft.Azure.Management.Insights Namespace

Return to top