5.0.0 • Published 5 years ago

@datafire/azure_sql_connectionpolicies v5.0.0

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

@datafire/azure_sql_connectionpolicies

Client library for Azure SQL Server API spec

Installation and Usage

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

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

Description

The Azure SQL Server management API provides a RESTful set of web services that interact with Azure SQL Server services to manage your databases. The API enables users update server connection policy.

Actions

ServerConnectionPolicies_Get

Gets the server's secure connection policy.

azure_sql_connectionpolicies.ServerConnectionPolicies_Get({
  "api-version": "",
  "subscriptionId": "",
  "resourceGroupName": "",
  "serverName": "",
  "connectionPolicyName": ""
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.
    • 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.
    • serverName required string: The name of the server.
    • connectionPolicyName required string (values: default): The name of the connection policy.

Output

ServerConnectionPolicies_CreateOrUpdate

Creates or updates the server's connection policy.

azure_sql_connectionpolicies.ServerConnectionPolicies_CreateOrUpdate({
  "api-version": "",
  "subscriptionId": "",
  "resourceGroupName": "",
  "serverName": "",
  "connectionPolicyName": "",
  "parameters": null
}, context)

Input

  • input object
    • api-version required string: The API version to use for the request.
    • subscriptionId required string: The subscription ID that identifies an Azure subscription.
    • 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.
    • serverName required string: The name of the server.
    • connectionPolicyName required string (values: default): The name of the connection policy.
    • parameters required ServerConnectionPolicy

Output

Definitions

ServerConnectionPolicy

  • ServerConnectionPolicy object: A server secure connection policy.
    • kind string: Metadata used for the Azure portal experience.
    • location string: Resource location.
    • properties ServerConnectionPolicyProperties
    • id string: Resource ID.
    • name string: Resource name.
    • type string: Resource type.

ServerConnectionPolicyProperties

  • ServerConnectionPolicyProperties object: The properties of a server secure connection policy.
    • connectionType required string (values: Default, Proxy, Redirect): The server connection type.
5.0.0

5 years ago

4.0.0

7 years ago

3.0.0

7 years ago