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
resourceGroupName
Type: System.StringThe resource name.
targetResourceUri
Type: System.StringThe resource identifier of the target of the autoscale setting.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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