3.0.0 • Published 5 years ago

@datafire/azure_sql_managedinstanceoperations v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/azure_sql_managedinstanceoperations

Client library for SqlManagementClient

Installation and Usage

npm install --save @datafire/azure_sql_managedinstanceoperations
let azure_sql_managedinstanceoperations = require('@datafire/azure_sql_managedinstanceoperations').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

The Azure SQL Database management API provides a RESTful set of web APIs that interact with Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases, servers, and other entities.

Actions

ManagedInstanceOperations_ListByManagedInstance

Gets a list of operations performed on the managed instance.

azure_sql_managedinstanceoperations.ManagedInstanceOperations_ListByManagedInstance({
  "resourceGroupName": "",
  "managedInstanceName": "",
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    • managedInstanceName required string: The name of the managed instance.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.
    • api-version required string: The API version to use for the request.

Output

Definitions

ManagedInstanceOperation

  • ManagedInstanceOperation object: A managed instance operation.

ManagedInstanceOperationListResult

  • ManagedInstanceOperationListResult object: The response to a list managed instance operations request

ManagedInstanceOperationProperties

  • ManagedInstanceOperationProperties object: The properties of a managed instance operation.
    • description string: The operation description.
    • errorCode integer: The operation error code.
    • errorDescription string: The operation error description.
    • errorSeverity integer: The operation error severity.
    • estimatedCompletionTime string: The estimated completion time of the operation.
    • isCancellable boolean: Whether the operation can be cancelled.
    • isUserError boolean: Whether or not the error is a user error.
    • managedInstanceName string: The name of the managed instance the operation is being performed on.
    • operation string: The name of operation.
    • operationFriendlyName string: The friendly name of operation.
    • percentComplete integer: The percentage of the operation completed.
    • startTime string: The operation start time.
    • state string (values: Pending, InProgress, Succeeded, Failed, CancelInProgress, Cancelled): The operation state.

ProxyResource

  • ProxyResource object: ARM proxy resource.
    • id string: Resource ID.
    • name string: Resource name.
    • type string: Resource type.

Resource

  • Resource object: ARM resource.
    • id string: Resource ID.
    • name string: Resource name.
    • type string: Resource type.