AutoscaleOperationsExtensions.ListSettingsAsync Method (IAutoscaleOperations, String, String)
Namespace:
Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
<ExtensionAttribute> Public Shared Function ListSettingsAsync ( operations As IAutoscaleOperations, resourceGroupName As String, targetResourceUri As String ) As Task(Of AutoscaleSettingListResponse)
Parameters
- operations
-
Type:
Microsoft.Azure.Management.Insights.IAutoscaleOperations
Reference to the Microsoft.Azure.Management.Insights.IAutoscaleOperations.
- resourceGroupName
-
Type:
System.String
Required. The resource name.
- targetResourceUri
-
Type:
System.String
Required. The resource identifier of the target of the autoscale setting.
Return Value
Type: System.Threading.Tasks.Task(Of AutoscaleSettingListResponse)The List Autoscale settings operation response.
Show: