Configurations interface
Interface representing a Configurations.
Methods
| begin |
Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as server parameter) of a server. |
| begin |
Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as server parameter) of a server. |
| begin |
Updates the value assigned to a specific modifiable configuration (also known as server parameter) of a server. |
| begin |
Updates the value assigned to a specific modifiable configuration (also known as server parameter) of a server. |
| get(string, string, string, Configurations |
Gets information about a specific configuration (also known as server parameter) of a server. |
| list |
Lists all configurations (also known as server parameters) of a server. |
Method Details
beginPut(string, string, string, ConfigurationForUpdate, ConfigurationsPutOptionalParams)
Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as server parameter) of a server.
function beginPut(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsPutOptionalParams): Promise<SimplePollerLike<OperationState<Configuration>, Configuration>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- configurationName
-
string
Name of the configuration (also known as server parameter).
- parameters
- ConfigurationForUpdate
Parameters required to update the value of a specific modifiable configuration (also known as server parameter).
- options
- ConfigurationsPutOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<Configuration>, Configuration>>
beginPutAndWait(string, string, string, ConfigurationForUpdate, ConfigurationsPutOptionalParams)
Updates, using Put verb, the value assigned to a specific modifiable configuration (also known as server parameter) of a server.
function beginPutAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsPutOptionalParams): Promise<Configuration>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- configurationName
-
string
Name of the configuration (also known as server parameter).
- parameters
- ConfigurationForUpdate
Parameters required to update the value of a specific modifiable configuration (also known as server parameter).
- options
- ConfigurationsPutOptionalParams
The options parameters.
Returns
Promise<Configuration>
beginUpdate(string, string, string, ConfigurationForUpdate, ConfigurationsUpdateOptionalParams)
Updates the value assigned to a specific modifiable configuration (also known as server parameter) of a server.
function beginUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Configuration>, Configuration>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- configurationName
-
string
Name of the configuration (also known as server parameter).
- parameters
- ConfigurationForUpdate
Parameters required to update the value of a specific modifiable configuration (also known as server parameter).
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<Configuration>, Configuration>>
beginUpdateAndWait(string, string, string, ConfigurationForUpdate, ConfigurationsUpdateOptionalParams)
Updates the value assigned to a specific modifiable configuration (also known as server parameter) of a server.
function beginUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<Configuration>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- configurationName
-
string
Name of the configuration (also known as server parameter).
- parameters
- ConfigurationForUpdate
Parameters required to update the value of a specific modifiable configuration (also known as server parameter).
The options parameters.
Returns
Promise<Configuration>
get(string, string, string, ConfigurationsGetOptionalParams)
Gets information about a specific configuration (also known as server parameter) of a server.
function get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<Configuration>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
- configurationName
-
string
Name of the configuration (also known as server parameter).
- options
- ConfigurationsGetOptionalParams
The options parameters.
Returns
Promise<Configuration>
listByServer(string, string, ConfigurationsListByServerOptionalParams)
Lists all configurations (also known as server parameters) of a server.
function listByServer(resourceGroupName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<Configuration, Configuration[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serverName
-
string
The name of the server.
The options parameters.