Compartilhar via


DbServersOperations interface

Interface que representa uma operação DbServers.

Propriedades

get

Obter um DbServer

listByParent

Listar recursos do DbServer por CloudExadataInfrastructure

Detalhes da propriedade

get

Obter um DbServer

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

Valor da propriedade

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

listByParent

Listar recursos do DbServer por CloudExadataInfrastructure

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

Valor da propriedade

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