DbServers interface
Interface representing a DbServers.
Methods
get(string, string, string, Db |
Get a DbServer |
list |
List DbServer resources by CloudExadataInfrastructure |
Method Details
get(string, string, string, DbServersGetOptionalParams)
Get a DbServer
function get(resourceGroupName: string, cloudexadatainfrastructurename: string, dbserverocid: string, options?: DbServersGetOptionalParams): Promise<DbServer>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
- dbserverocid
-
string
DbServer OCID.
- options
- DbServersGetOptionalParams
The options parameters.
Returns
Promise<DbServer>
listByCloudExadataInfrastructure(string, string, DbServersListByCloudExadataInfrastructureOptionalParams)
List DbServer resources by CloudExadataInfrastructure
function listByCloudExadataInfrastructure(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: DbServersListByCloudExadataInfrastructureOptionalParams): PagedAsyncIterableIterator<DbServer, DbServer[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- cloudexadatainfrastructurename
-
string
CloudExadataInfrastructure name
The options parameters.
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript