Udostępnij przez


DbSystemsOperations interface

Interfejs reprezentujący operacje DbSystems.

Właściwości

createOrUpdate

Tworzenie bazy danych DbSystem

delete
get

Pobierz bazę danych DbSystem

listByResourceGroup

Wyświetlanie listy zasobów DbSystem według grupy zasobów

listBySubscription

Wyświetlanie listy zasobów DbSystem według identyfikatora subskrypcji

update

Aktualizowanie bazy danych DbSystem

Szczegóły właściwości

createOrUpdate

Tworzenie bazy danych DbSystem

createOrUpdate: (resourceGroupName: string, dbSystemName: string, resource: DbSystem, options?: DbSystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<DbSystem>, DbSystem>

Wartość właściwości

(resourceGroupName: string, dbSystemName: string, resource: DbSystem, options?: DbSystemsCreateOrUpdateOptionalParams) => PollerLike<OperationState<DbSystem>, DbSystem>

delete

delete: (resourceGroupName: string, dbSystemName: string, options?: DbSystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, dbSystemName: string, options?: DbSystemsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobierz bazę danych DbSystem

get: (resourceGroupName: string, dbSystemName: string, options?: DbSystemsGetOptionalParams) => Promise<DbSystem>

Wartość właściwości

(resourceGroupName: string, dbSystemName: string, options?: DbSystemsGetOptionalParams) => Promise<DbSystem>

listByResourceGroup

Wyświetlanie listy zasobów DbSystem według grupy zasobów

listByResourceGroup: (resourceGroupName: string, options?: DbSystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DbSystem, DbSystem[], PageSettings>

Wartość właściwości

(resourceGroupName: string, options?: DbSystemsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DbSystem, DbSystem[], PageSettings>

listBySubscription

Wyświetlanie listy zasobów DbSystem według identyfikatora subskrypcji

listBySubscription: (options?: DbSystemsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DbSystem, DbSystem[], PageSettings>

Wartość właściwości

(options?: DbSystemsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DbSystem, DbSystem[], PageSettings>

update

Aktualizowanie bazy danych DbSystem

update: (resourceGroupName: string, dbSystemName: string, properties: DbSystemUpdate, options?: DbSystemsUpdateOptionalParams) => PollerLike<OperationState<DbSystem>, DbSystem>

Wartość właściwości

(resourceGroupName: string, dbSystemName: string, properties: DbSystemUpdate, options?: DbSystemsUpdateOptionalParams) => PollerLike<OperationState<DbSystem>, DbSystem>