ServerConfigurationOptions interface

Interface representing a ServerConfigurationOptions.

Methods

beginCreateOrUpdate(string, string, string, ServerConfigurationOption, ServerConfigurationOptionsCreateOrUpdateOptionalParams)

Updates managed instance server configuration option.

beginCreateOrUpdateAndWait(string, string, string, ServerConfigurationOption, ServerConfigurationOptionsCreateOrUpdateOptionalParams)

Updates managed instance server configuration option.

get(string, string, string, ServerConfigurationOptionsGetOptionalParams)

Gets managed instance server configuration option.

listByManagedInstance(string, string, ServerConfigurationOptionsListByManagedInstanceOptionalParams)

Gets a list of managed instance server configuration options.

Method Details

beginCreateOrUpdate(string, string, string, ServerConfigurationOption, ServerConfigurationOptionsCreateOrUpdateOptionalParams)

Updates managed instance server configuration option.

function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, serverConfigurationOptionName: string, parameters: ServerConfigurationOption, options?: ServerConfigurationOptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerConfigurationOption>, ServerConfigurationOption>>

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.

managedInstanceName

string

The name of the managed instance.

serverConfigurationOptionName

string

The name of the server configuration option.

parameters
ServerConfigurationOption

Server configuration option parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<ServerConfigurationOption>, ServerConfigurationOption>>

beginCreateOrUpdateAndWait(string, string, string, ServerConfigurationOption, ServerConfigurationOptionsCreateOrUpdateOptionalParams)

Updates managed instance server configuration option.

function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, serverConfigurationOptionName: string, parameters: ServerConfigurationOption, options?: ServerConfigurationOptionsCreateOrUpdateOptionalParams): Promise<ServerConfigurationOption>

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.

managedInstanceName

string

The name of the managed instance.

serverConfigurationOptionName

string

The name of the server configuration option.

parameters
ServerConfigurationOption

Server configuration option parameters.

Returns

get(string, string, string, ServerConfigurationOptionsGetOptionalParams)

Gets managed instance server configuration option.

function get(resourceGroupName: string, managedInstanceName: string, serverConfigurationOptionName: string, options?: ServerConfigurationOptionsGetOptionalParams): Promise<ServerConfigurationOption>

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.

managedInstanceName

string

The name of the managed instance.

serverConfigurationOptionName

string

The name of the server configuration option.

options
ServerConfigurationOptionsGetOptionalParams

The options parameters.

Returns

listByManagedInstance(string, string, ServerConfigurationOptionsListByManagedInstanceOptionalParams)

Gets a list of managed instance server configuration options.

function listByManagedInstance(resourceGroupName: string, managedInstanceName: string, options?: ServerConfigurationOptionsListByManagedInstanceOptionalParams): PagedAsyncIterableIterator<ServerConfigurationOption, ServerConfigurationOption[], PageSettings>

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.

managedInstanceName

string

The name of the managed instance.

Returns