3.0.0 • Published 5 years ago
@datafire/azure_mariadb_performancerecommendations v3.0.0
@datafire/azure_mariadb_performancerecommendations
Client library for MariaDBManagementClient
Installation and Usage
npm install --save @datafire/azure_mariadb_performancerecommendations
let azure_mariadb_performancerecommendations = require('@datafire/azure_mariadb_performancerecommendations').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MariaDB resources including servers, databases, firewall rules, VNET rules, log files and configurations with new business model.
Actions
LocationBasedRecommendedActionSessionsOperationStatus_Get
Recommendation action session operation status.
azure_mariadb_performancerecommendations.LocationBasedRecommendedActionSessionsOperationStatus_Get({
"api-version": "",
"subscriptionId": "",
"locationName": "",
"operationId": ""
}, context)
Input
- input
object
- api-version required
string
: The API version to use for this operation. - subscriptionId required
string
: The ID of the target subscription. - locationName required
string
: The name of the location. - operationId required
string
: The operation identifier.
- api-version required
Output
LocationBasedRecommendedActionSessionsResult_List
Recommendation action session operation result.
azure_mariadb_performancerecommendations.LocationBasedRecommendedActionSessionsResult_List({
"api-version": "",
"subscriptionId": "",
"locationName": "",
"operationId": ""
}, context)
Input
- input
object
- api-version required
string
: The API version to use for this operation. - subscriptionId required
string
: The ID of the target subscription. - locationName required
string
: The name of the location. - operationId required
string
: The operation identifier.
- api-version required
Output
Advisors_ListByServer
List recommendation action advisors.
azure_mariadb_performancerecommendations.Advisors_ListByServer({
"api-version": "",
"subscriptionId": "",
"resourceGroupName": "",
"serverName": ""
}, context)
Input
- input
object
- api-version required
string
: The API version to use for this operation. - subscriptionId required
string
: The ID of the target subscription. - resourceGroupName required
string
: The name of the resource group. The name is case insensitive. - serverName required
string
: The name of the server.
- api-version required
Output
- output AdvisorsResultList
Advisors_Get
Get a recommendation action advisor.
azure_mariadb_performancerecommendations.Advisors_Get({
"api-version": "",
"subscriptionId": "",
"resourceGroupName": "",
"serverName": "",
"advisorName": ""
}, context)
Input
- input
object
- api-version required
string
: The API version to use for this operation. - subscriptionId required
string
: The ID of the target subscription. - resourceGroupName required
string
: The name of the resource group. The name is case insensitive. - serverName required
string
: The name of the server. - advisorName required
string
: The advisor name for recommendation action.
- api-version required
Output
- output Advisor
CreateRecommendedActionSession
Create recommendation action session for the advisor.
azure_mariadb_performancerecommendations.CreateRecommendedActionSession({
"api-version": "",
"subscriptionId": "",
"resourceGroupName": "",
"serverName": "",
"advisorName": "",
"databaseName": ""
}, context)
Input
- input
object
- api-version required
string
: The API version to use for this operation. - subscriptionId required
string
: The ID of the target subscription. - resourceGroupName required
string
: The name of the resource group. The name is case insensitive. - serverName required
string
: The name of the server. - advisorName required
string
: The advisor name for recommendation action. - databaseName required
string
: The name of the database.
- api-version required
Output
Output schema unknown
RecommendedActions_ListByServer
Retrieve recommended actions from the advisor.
azure_mariadb_performancerecommendations.RecommendedActions_ListByServer({
"api-version": "",
"subscriptionId": "",
"resourceGroupName": "",
"serverName": "",
"advisorName": ""
}, context)
Input
- input
object
- api-version required
string
: The API version to use for this operation. - subscriptionId required
string
: The ID of the target subscription. - resourceGroupName required
string
: The name of the resource group. The name is case insensitive. - serverName required
string
: The name of the server. - advisorName required
string
: The advisor name for recommendation action. - sessionId
string
: The recommendation action session identifier.
- api-version required
Output
RecommendedActions_Get
Retrieve recommended actions from the advisor.
azure_mariadb_performancerecommendations.RecommendedActions_Get({
"api-version": "",
"subscriptionId": "",
"resourceGroupName": "",
"serverName": "",
"advisorName": "",
"recommendedActionName": ""
}, context)
Input
- input
object
- api-version required
string
: The API version to use for this operation. - subscriptionId required
string
: The ID of the target subscription. - resourceGroupName required
string
: The name of the resource group. The name is case insensitive. - serverName required
string
: The name of the server. - advisorName required
string
: The advisor name for recommendation action. - recommendedActionName required
string
: The recommended action name.
- api-version required
Output
- output RecommendationAction
Definitions
Advisor
- Advisor
object
: Represents a recommendation action advisor.- properties AdvisorProperties
- id
string
: Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - name
string
: The name of the resource - type
string
: The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
AdvisorProperties
- AdvisorProperties
object
: The properties of a recommendation action advisor.
AdvisorsResultList
- AdvisorsResultList
object
: A list of query statistics.- nextLink
string
: Link to retrieve next page of results. - value
array
: The list of recommendation action advisors.- items Advisor
- nextLink
RecommendationAction
- RecommendationAction
object
: Represents a Recommendation Action.- properties RecommendationActionProperties
- id
string
: Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - name
string
: The name of the resource - type
string
: The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
RecommendationActionProperties
- RecommendationActionProperties
object
: The properties of a recommendation action.- actionId
integer
: Recommendation action identifier. - advisorName
string
: Advisor name. - createdTime
string
: Recommendation action creation time. - details
object
: Recommendation action details. - expirationTime
string
: Recommendation action expiration time. - reason
string
: Recommendation action reason. - recommendationType
string
: Recommendation action type. - sessionId
string
: Recommendation action session identifier.
- actionId
RecommendationActionsResultList
- RecommendationActionsResultList
object
: A list of recommendation actions.- nextLink
string
: Link to retrieve next page of results. - value
array
: The list of recommendation action advisors.- items RecommendationAction
- nextLink
RecommendedActionSessionsOperationStatus
- RecommendedActionSessionsOperationStatus
object
: Recommendation action session operation status.- name
string
: Operation identifier. - startTime
string
: Operation start time. - status
string
: Operation status.
- name
3.0.0
5 years ago