Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Configurations

Package version

Class representing a Configurations.

Hierarchy

  • Configurations

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Updates a configuration of a server.

    Parameters

    • resourceGroupName: 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: string

      The name of the server.

    • configurationName: string

      The name of the server configuration.

    • parameters: Configuration

      The required parameters for updating a server configuration.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsCreateOrUpdateResponse>
  • Updates a configuration of a server.

    Parameters

    • resourceGroupName: 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: string

      The name of the server.

    • configurationName: string

      The name of the server configuration.

    • parameters: Configuration

      The required parameters for updating a server configuration.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConfigurationsCreateOrUpdateResponse>

    Promise<Models.ConfigurationsCreateOrUpdateResponse>

get

  • get(resourceGroupName: string, serverName: string, configurationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsGetResponse>
  • get(resourceGroupName: string, serverName: string, configurationName: string, callback: msRest.ServiceCallback<Configuration>): void
  • get(resourceGroupName: string, serverName: string, configurationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Configuration>): void
  • Gets information about a configuration of server.

    Parameters

    • resourceGroupName: 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: string

      The name of the server.

    • configurationName: string

      The name of the server configuration.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConfigurationsGetResponse>

    Promise<Models.ConfigurationsGetResponse>

  • Parameters

    • resourceGroupName: 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: string

      The name of the server.

    • configurationName: string

      The name of the server configuration.

    • callback: msRest.ServiceCallback<Configuration>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: 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: string

      The name of the server.

    • configurationName: string

      The name of the server configuration.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Configuration>

      The callback

    Returns void

listByServer

  • listByServer(resourceGroupName: string, serverName: string, options?: msRest.RequestOptionsBase): Promise<Models.ConfigurationsListByServerResponse>
  • listByServer(resourceGroupName: string, serverName: string, callback: msRest.ServiceCallback<ConfigurationListResult>): void
  • listByServer(resourceGroupName: string, serverName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ConfigurationListResult>): void
  • List all the configurations in a given server.

    Parameters

    • resourceGroupName: 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: string

      The name of the server.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ConfigurationsListByServerResponse>

    Promise<Models.ConfigurationsListByServerResponse>

  • Parameters

    • resourceGroupName: 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: string

      The name of the server.

    • callback: msRest.ServiceCallback<ConfigurationListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: 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: string

      The name of the server.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ConfigurationListResult>

      The callback

    Returns void

Generated using TypeDoc