AutoscaleOperationsExtensions.ListSettingsAsync Method (IAutoscaleOperations, String, String)
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public static Task<AutoscaleSettingListResponse> ListSettingsAsync(
this IAutoscaleOperations operations,
string resourceGroupName,
string targetResourceUri
)
public:
[ExtensionAttribute]
static Task<AutoscaleSettingListResponse^>^ ListSettingsAsync(
IAutoscaleOperations^ operations,
String^ resourceGroupName,
String^ targetResourceUri
)
static member ListSettingsAsync :
operations:IAutoscaleOperations *
resourceGroupName:string *
targetResourceUri:string -> Task<AutoscaleSettingListResponse>
<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.IAutoscaleOperationsReference to the Microsoft.Azure.Management.Insights.IAutoscaleOperations.
resourceGroupName
Type: System.StringRequired. The resource name.
targetResourceUri
Type: System.StringRequired. 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
AutoscaleOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace
Return to top