{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-monitor-autoscale-api","description":"MonitorManagementClient","version":"2015-04-01","base_url":"https://management.azure.com","endpoints":6,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api MonitorManagementClient\n@base https://management.azure.com\n@version 2015-04-01\n@auth OAuth2\n@endpoints 6\n@toc subscriptions(6)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings\n@desc Lists the autoscale settings for a resource group\n@returns(200) Successful request for a list of autoscale settings\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n@desc Creates or updates an autoscale setting.\n@required {autoscaleSettingName: any # The autoscale setting name., parameters: map # Parameters supplied to the operation.}\n@returns(200) Successful request to create or update an autoscale setting\n@returns(201) Created autoscale setting\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n@desc Deletes and autoscale setting\n@required {autoscaleSettingName: any # The autoscale setting name.}\n@returns(200) Successful request to delete an autoscale setting\n@returns(204) No content: Successful request to delete an autoscale setting, but the response is intentionally empty\n\n@endpoint GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n@desc Gets an autoscale setting\n@required {autoscaleSettingName: any # The autoscale setting name.}\n@returns(200) Successful request to get one autoscale setting\n\n@endpoint PATCH /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/autoscalesettings/{autoscaleSettingName}\n@desc Updates an existing AutoscaleSettingsResource. To update other fields use the CreateOrUpdate method.\n@required {autoscaleSettingName: any # The autoscale setting name., autoscaleSettingResource: any # Parameters supplied to the operation.}\n@returns(200) An existing autoscale setting resource was successfully updated.\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Insights/autoscalesettings\n@desc Lists the autoscale settings for a subscription\n@returns(200) Successful request for a list of autoscale settings\n\n@end\n"}