IAutoscaleOperations.ListSettingsAsync Method (String, String, CancellationToken)

 

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

Task<AutoscaleSettingListResponse> ListSettingsAsync(
	string resourceGroupName,
	string targetResourceUri,
	CancellationToken cancellationToken
)

Parameters

resourceGroupName
Type: System.String

The resource name.

targetResourceUri
Type: System.String

The resource identifier of the target of the autoscale setting.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The List Autoscale settings operation response.

Return to top
Show: