Servers interface

サーバーを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, Server, ServersCreateOrUpdateOptionalParams)

サーバーを作成または更新します。

beginCreateOrUpdateAndWait(string, string, Server, ServersCreateOrUpdateOptionalParams)

サーバーを作成または更新します。

beginDelete(string, string, ServersDeleteOptionalParams)

サーバーを削除します。

beginDeleteAndWait(string, string, ServersDeleteOptionalParams)

サーバーを削除します。

beginImportDatabase(string, string, ImportNewDatabaseDefinition, ServersImportDatabaseOptionalParams)

bacpac を新しいデータベースにインポートします。

beginImportDatabaseAndWait(string, string, ImportNewDatabaseDefinition, ServersImportDatabaseOptionalParams)

bacpac を新しいデータベースにインポートします。

beginRefreshStatus(string, string, ServersRefreshStatusOptionalParams)

外部ガバナンスの有効化状態を更新します。

beginRefreshStatusAndWait(string, string, ServersRefreshStatusOptionalParams)

外部ガバナンスの有効化状態を更新します。

beginUpdate(string, string, ServerUpdate, ServersUpdateOptionalParams)

サーバーを更新します。

beginUpdateAndWait(string, string, ServerUpdate, ServersUpdateOptionalParams)

サーバーを更新します。

checkNameAvailability(CheckNameAvailabilityRequest, ServersCheckNameAvailabilityOptionalParams)

指定した名前でリソースを作成できるかどうかを判断します。

get(string, string, ServersGetOptionalParams)

サーバーを取得します。

list(ServersListOptionalParams)

サブスクリプション内のすべてのサーバーの一覧を取得します。

listByResourceGroup(string, ServersListByResourceGroupOptionalParams)

リソース グループ内のサーバーの一覧を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, Server, ServersCreateOrUpdateOptionalParams)

サーバーを作成または更新します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

parameters
Server

要求されたサーバー リソースの状態。

options
ServersCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, Server, ServersCreateOrUpdateOptionalParams)

サーバーを作成または更新します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

parameters
Server

要求されたサーバー リソースの状態。

options
ServersCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Server>

beginDelete(string, string, ServersDeleteOptionalParams)

サーバーを削除します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

options
ServersDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, ServersDeleteOptionalParams)

サーバーを削除します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

options
ServersDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginImportDatabase(string, string, ImportNewDatabaseDefinition, ServersImportDatabaseOptionalParams)

bacpac を新しいデータベースにインポートします。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

parameters
ImportNewDatabaseDefinition

データベース インポート要求パラメーター。

options
ServersImportDatabaseOptionalParams

options パラメーター。

戻り値

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

beginImportDatabaseAndWait(string, string, ImportNewDatabaseDefinition, ServersImportDatabaseOptionalParams)

bacpac を新しいデータベースにインポートします。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

parameters
ImportNewDatabaseDefinition

データベース インポート要求パラメーター。

options
ServersImportDatabaseOptionalParams

options パラメーター。

戻り値

beginRefreshStatus(string, string, ServersRefreshStatusOptionalParams)

外部ガバナンスの有効化状態を更新します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

options
ServersRefreshStatusOptionalParams

options パラメーター。

戻り値

beginRefreshStatusAndWait(string, string, ServersRefreshStatusOptionalParams)

外部ガバナンスの有効化状態を更新します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

options
ServersRefreshStatusOptionalParams

options パラメーター。

戻り値

beginUpdate(string, string, ServerUpdate, ServersUpdateOptionalParams)

サーバーを更新します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

parameters
ServerUpdate

要求されたサーバー リソースの状態。

options
ServersUpdateOptionalParams

options パラメーター。

戻り値

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

beginUpdateAndWait(string, string, ServerUpdate, ServersUpdateOptionalParams)

サーバーを更新します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

parameters
ServerUpdate

要求されたサーバー リソースの状態。

options
ServersUpdateOptionalParams

options パラメーター。

戻り値

Promise<Server>

checkNameAvailability(CheckNameAvailabilityRequest, ServersCheckNameAvailabilityOptionalParams)

指定した名前でリソースを作成できるかどうかを判断します。

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

パラメーター

parameters
CheckNameAvailabilityRequest

可用性要求パラメーターの名前。

options
ServersCheckNameAvailabilityOptionalParams

options パラメーター。

戻り値

get(string, string, ServersGetOptionalParams)

サーバーを取得します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName

string

サーバーの名前。

options
ServersGetOptionalParams

options パラメーター。

戻り値

Promise<Server>

list(ServersListOptionalParams)

サブスクリプション内のすべてのサーバーの一覧を取得します。

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

パラメーター

options
ServersListOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, ServersListByResourceGroupOptionalParams)

リソース グループ内のサーバーの一覧を取得します。

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

パラメーター

resourceGroupName

string

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

options
ServersListByResourceGroupOptionalParams

options パラメーター。

戻り値