Sdílet prostřednictvím


IAutoscaleOperations.UpdateSettingAsync Method (String, String, AutoscaleSettingCreateOrUpdateParameters, CancellationToken)

 

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

Syntax

Task<OperationResponse> UpdateSettingAsync(
    string resourceGroupName,
    string autoscaleSettingName,
    AutoscaleSettingCreateOrUpdateParameters parameters,
    CancellationToken cancellationToken
)
Task<OperationResponse^>^ UpdateSettingAsync(
    String^ resourceGroupName,
    String^ autoscaleSettingName,
    AutoscaleSettingCreateOrUpdateParameters^ parameters,
    CancellationToken cancellationToken
)
abstract UpdateSettingAsync : 
        resourceGroupName:string *
        autoscaleSettingName:string *
        parameters:AutoscaleSettingCreateOrUpdateParameters *
        cancellationToken:CancellationToken -> Task<OperationResponse>
Function UpdateSettingAsync (
    resourceGroupName As String,
    autoscaleSettingName As String,
    parameters As AutoscaleSettingCreateOrUpdateParameters,
    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