Share via


DbServersOperations interface

Interface representing a DbServers operations.

Properties

get

Get a DbServer

listByParent

List DbServer resources by CloudExadataInfrastructure

Property Details

get

Get a DbServer

get: (resourceGroupName: string, cloudexadatainfrastructurename: string, dbserverocid: string, options?: DbServersGetOptionalParams) => Promise<DbServer>

Property Value

(resourceGroupName: string, cloudexadatainfrastructurename: string, dbserverocid: string, options?: DbServersGetOptionalParams) => Promise<DbServer>

listByParent

List DbServer resources by CloudExadataInfrastructure

listByParent: (resourceGroupName: string, cloudexadatainfrastructurename: string, options?: DbServersListByParentOptionalParams) => PagedAsyncIterableIterator<DbServer, DbServer[], PageSettings>

Property Value

(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: DbServersListByParentOptionalParams) => PagedAsyncIterableIterator<DbServer, DbServer[], PageSettings>