Compartir a través de


Servers interface

Interfaz que representa un servidor.

Métodos

beginCreateOrUpdate(string, string, Server, ServersCreateOrUpdateOptionalParams)

Crea o actualiza un servidor.

beginCreateOrUpdateAndWait(string, string, Server, ServersCreateOrUpdateOptionalParams)

Crea o actualiza un servidor.

beginDelete(string, string, ServersDeleteOptionalParams)

Elimina un servidor.

beginDeleteAndWait(string, string, ServersDeleteOptionalParams)

Elimina un servidor.

beginImportDatabase(string, string, ImportNewDatabaseDefinition, ServersImportDatabaseOptionalParams)

Importa un bacpac en una nueva base de datos.

beginImportDatabaseAndWait(string, string, ImportNewDatabaseDefinition, ServersImportDatabaseOptionalParams)

Importa un bacpac en una nueva base de datos.

beginRefreshStatus(string, string, ServersRefreshStatusOptionalParams)

Actualice el estado de habilitación de gobernanza externa.

beginRefreshStatusAndWait(string, string, ServersRefreshStatusOptionalParams)

Actualice el estado de habilitación de gobernanza externa.

beginUpdate(string, string, ServerUpdate, ServersUpdateOptionalParams)

Actualiza un servidor.

beginUpdateAndWait(string, string, ServerUpdate, ServersUpdateOptionalParams)

Actualiza un servidor.

checkNameAvailability(CheckNameAvailabilityRequest, ServersCheckNameAvailabilityOptionalParams)

Determina si se puede crear un recurso con el nombre especificado.

get(string, string, ServersGetOptionalParams)

Obtiene un servidor.

list(ServersListOptionalParams)

Obtiene una lista de todos los servidores de la suscripción.

listByResourceGroup(string, ServersListByResourceGroupOptionalParams)

Obtiene una lista de servidores de un grupo de recursos.

Detalles del método

beginCreateOrUpdate(string, string, Server, ServersCreateOrUpdateOptionalParams)

Crea o actualiza un servidor.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

parameters
Server

Estado de recurso del servidor solicitado.

options
ServersCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginCreateOrUpdateAndWait(string, string, Server, ServersCreateOrUpdateOptionalParams)

Crea o actualiza un servidor.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOrUpdateOptionalParams): Promise<Server>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

parameters
Server

Estado de recurso del servidor solicitado.

options
ServersCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Server>

beginDelete(string, string, ServersDeleteOptionalParams)

Elimina un servidor.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

options
ServersDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, ServersDeleteOptionalParams)

Elimina un servidor.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

options
ServersDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

beginImportDatabase(string, string, ImportNewDatabaseDefinition, ServersImportDatabaseOptionalParams)

Importa un bacpac en una nueva base de datos.

function beginImportDatabase(resourceGroupName: string, serverName: string, parameters: ImportNewDatabaseDefinition, options?: ServersImportDatabaseOptionalParams): Promise<SimplePollerLike<OperationState<ImportExportOperationResult>, ImportExportOperationResult>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

parameters
ImportNewDatabaseDefinition

Parámetros de solicitud de importación de base de datos.

options
ServersImportDatabaseOptionalParams

Parámetros de opciones.

Devoluciones

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

beginImportDatabaseAndWait(string, string, ImportNewDatabaseDefinition, ServersImportDatabaseOptionalParams)

Importa un bacpac en una nueva base de datos.

function beginImportDatabaseAndWait(resourceGroupName: string, serverName: string, parameters: ImportNewDatabaseDefinition, options?: ServersImportDatabaseOptionalParams): Promise<ImportExportOperationResult>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

parameters
ImportNewDatabaseDefinition

Parámetros de solicitud de importación de base de datos.

options
ServersImportDatabaseOptionalParams

Parámetros de opciones.

Devoluciones

beginRefreshStatus(string, string, ServersRefreshStatusOptionalParams)

Actualice el estado de habilitación de gobernanza externa.

function beginRefreshStatus(resourceGroupName: string, serverName: string, options?: ServersRefreshStatusOptionalParams): Promise<SimplePollerLike<OperationState<RefreshExternalGovernanceStatusOperationResult>, RefreshExternalGovernanceStatusOperationResult>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

options
ServersRefreshStatusOptionalParams

Parámetros de opciones.

Devoluciones

beginRefreshStatusAndWait(string, string, ServersRefreshStatusOptionalParams)

Actualice el estado de habilitación de gobernanza externa.

function beginRefreshStatusAndWait(resourceGroupName: string, serverName: string, options?: ServersRefreshStatusOptionalParams): Promise<RefreshExternalGovernanceStatusOperationResult>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

options
ServersRefreshStatusOptionalParams

Parámetros de opciones.

Devoluciones

beginUpdate(string, string, ServerUpdate, ServersUpdateOptionalParams)

Actualiza un servidor.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

parameters
ServerUpdate

Estado de recurso del servidor solicitado.

options
ServersUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

beginUpdateAndWait(string, string, ServerUpdate, ServersUpdateOptionalParams)

Actualiza un servidor.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

parameters
ServerUpdate

Estado de recurso del servidor solicitado.

options
ServersUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Server>

checkNameAvailability(CheckNameAvailabilityRequest, ServersCheckNameAvailabilityOptionalParams)

Determina si se puede crear un recurso con el nombre especificado.

function checkNameAvailability(parameters: CheckNameAvailabilityRequest, options?: ServersCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>

Parámetros

parameters
CheckNameAvailabilityRequest

Parámetros de solicitud de disponibilidad de nombres.

options
ServersCheckNameAvailabilityOptionalParams

Parámetros de opciones.

Devoluciones

get(string, string, ServersGetOptionalParams)

Obtiene un servidor.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

serverName

string

El nombre del servidor.

options
ServersGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Server>

list(ServersListOptionalParams)

Obtiene una lista de todos los servidores de la suscripción.

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

Parámetros

options
ServersListOptionalParams

Parámetros de opciones.

Devoluciones

listByResourceGroup(string, ServersListByResourceGroupOptionalParams)

Obtiene una lista de servidores de un grupo de recursos.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor en la API del Administrador de recursos o el portal de Azure.

options
ServersListByResourceGroupOptionalParams

Parámetros de opciones.

Devoluciones