Sdílet prostřednictvím


IAutoscaleOperations.ListSettingsAsync Method (String, String, CancellationToken)

 

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

Syntax

Task<AutoscaleSettingListResponse> ListSettingsAsync(
    string resourceGroupName,
    string targetResourceUri,
    CancellationToken cancellationToken
)
Task<AutoscaleSettingListResponse^>^ ListSettingsAsync(
    String^ resourceGroupName,
    String^ targetResourceUri,
    CancellationToken cancellationToken
)
abstract ListSettingsAsync : 
        resourceGroupName:string *
        targetResourceUri:string *
        cancellationToken:CancellationToken -> Task<AutoscaleSettingListResponse>
Function ListSettingsAsync (
    resourceGroupName As String,
    targetResourceUri As String,
    cancellationToken As CancellationToken
) As Task(Of AutoscaleSettingListResponse)

Parameters

  • targetResourceUri
    Type: System.String

    The resource identifier of the target of the autoscale setting.

Return Value

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

The List Autoscale settings operation response.

See Also

IAutoscaleOperations Interface
Microsoft.Azure.Management.Insights Namespace

Return to top