AutoscaleOperationsExtensions.ListSettings Method (IAutoscaleOperations, String, String)
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public static AutoscaleSettingListResponse ListSettings(
this IAutoscaleOperations operations,
string resourceGroupName,
string targetResourceUri
)
public:
[ExtensionAttribute]
static AutoscaleSettingListResponse^ ListSettings(
IAutoscaleOperations^ operations,
String^ resourceGroupName,
String^ targetResourceUri
)
static member ListSettings :
operations:IAutoscaleOperations *
resourceGroupName:string *
targetResourceUri:string -> AutoscaleSettingListResponse
<ExtensionAttribute>
Public Shared Function ListSettings (
operations As IAutoscaleOperations,
resourceGroupName As String,
targetResourceUri As String
) As 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: Microsoft.Azure.Management.Insights.Models.AutoscaleSettingListResponse
The List Autoscale settings operation response.
See Also
AutoscaleOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace
Return to top