Share via


DbSystemsOperations interface

Interface representing a DbSystems operations.

Properties

createOrUpdate

Create a DbSystem

delete
get

Get a DbSystem

listByResourceGroup

List DbSystem resources by resource group

listBySubscription

List DbSystem resources by subscription ID

update

Update a DbSystem

Property Details

createOrUpdate

Create a DbSystem

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

Property Value

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

delete

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

Property Value

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

get

Get a DbSystem

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

Property Value

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

listByResourceGroup

List DbSystem resources by resource group

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

Property Value

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

listBySubscription

List DbSystem resources by subscription ID

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

Property Value

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

update

Update a DbSystem

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

Property Value

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