Partilhar via


Servers interface

Interface que representa um Servidor.

Métodos

beginCreate(string, string, Server, ServersCreateOptionalParams)

Cria um novo servidor.

beginCreateAndWait(string, string, Server, ServersCreateOptionalParams)

Cria um novo servidor.

beginDelete(string, string, ServersDeleteOptionalParams)

Elimina um servidor.

beginDeleteAndWait(string, string, ServersDeleteOptionalParams)

Elimina um servidor.

beginRestart(string, string, ServersRestartOptionalParams)

Reinicia um servidor.

beginRestartAndWait(string, string, ServersRestartOptionalParams)

Reinicia um servidor.

beginStart(string, string, ServersStartOptionalParams)

Inicia um servidor.

beginStartAndWait(string, string, ServersStartOptionalParams)

Inicia um servidor.

beginStop(string, string, ServersStopOptionalParams)

Para um servidor.

beginStopAndWait(string, string, ServersStopOptionalParams)

Para um servidor.

beginUpdate(string, string, ServerForUpdate, ServersUpdateOptionalParams)

Atualizações um servidor existente. O corpo do pedido pode conter uma a muitas das propriedades presentes na definição normal do servidor.

beginUpdateAndWait(string, string, ServerForUpdate, ServersUpdateOptionalParams)

Atualizações um servidor existente. O corpo do pedido pode conter uma a muitas das propriedades presentes na definição normal do servidor.

get(string, string, ServersGetOptionalParams)

Obtém informações sobre um servidor.

list(ServersListOptionalParams)

Liste todos os servidores numa determinada subscrição.

listByResourceGroup(string, ServersListByResourceGroupOptionalParams)

Liste todos os servidores num determinado grupo de recursos.

Detalhes de Método

beginCreate(string, string, Server, ServersCreateOptionalParams)

Cria um novo servidor.

function beginCreate(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<SimplePollerLike<OperationState<Server>, Server>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

parameters
Server

Os parâmetros necessários para criar ou atualizar um servidor.

options
ServersCreateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginCreateAndWait(string, string, Server, ServersCreateOptionalParams)

Cria um novo servidor.

function beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<Server>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

parameters
Server

Os parâmetros necessários para criar ou atualizar um servidor.

options
ServersCreateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<Server>

beginDelete(string, string, ServersDeleteOptionalParams)

Elimina um servidor.

function beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersDeleteOptionalParams

Os parâmetros de opções.

Devoluções

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

beginDeleteAndWait(string, string, ServersDeleteOptionalParams)

Elimina um servidor.

function beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersDeleteOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

beginRestart(string, string, ServersRestartOptionalParams)

Reinicia um servidor.

function beginRestart(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersRestartOptionalParams

Os parâmetros de opções.

Devoluções

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

beginRestartAndWait(string, string, ServersRestartOptionalParams)

Reinicia um servidor.

function beginRestartAndWait(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersRestartOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

beginStart(string, string, ServersStartOptionalParams)

Inicia um servidor.

function beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersStartOptionalParams

Os parâmetros de opções.

Devoluções

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

beginStartAndWait(string, string, ServersStartOptionalParams)

Inicia um servidor.

function beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersStartOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

beginStop(string, string, ServersStopOptionalParams)

Para um servidor.

function beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersStopOptionalParams

Os parâmetros de opções.

Devoluções

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

beginStopAndWait(string, string, ServersStopOptionalParams)

Para um servidor.

function beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersStopOptionalParams

Os parâmetros de opções.

Devoluções

Promise<void>

beginUpdate(string, string, ServerForUpdate, ServersUpdateOptionalParams)

Atualizações um servidor existente. O corpo do pedido pode conter uma a muitas das propriedades presentes na definição normal do servidor.

function beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Server>, Server>>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

parameters
ServerForUpdate

Os parâmetros necessários para atualizar um servidor.

options
ServersUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

beginUpdateAndWait(string, string, ServerForUpdate, ServersUpdateOptionalParams)

Atualizações um servidor existente. O corpo do pedido pode conter uma a muitas das propriedades presentes na definição normal do servidor.

function beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<Server>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

parameters
ServerForUpdate

Os parâmetros necessários para atualizar um servidor.

options
ServersUpdateOptionalParams

Os parâmetros de opções.

Devoluções

Promise<Server>

get(string, string, ServersGetOptionalParams)

Obtém informações sobre um servidor.

function get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<Server>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
ServersGetOptionalParams

Os parâmetros de opções.

Devoluções

Promise<Server>

list(ServersListOptionalParams)

Liste todos os servidores numa determinada subscrição.

function list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server, Server[], PageSettings>

Parâmetros

options
ServersListOptionalParams

Os parâmetros de opções.

Devoluções

listByResourceGroup(string, ServersListByResourceGroupOptionalParams)

Liste todos os servidores num determinado grupo de recursos.

function listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server, Server[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

options
ServersListByResourceGroupOptionalParams

Os parâmetros de opções.

Devoluções