DbNodes interface

Interface representing a DbNodes.

Methods

beginAction(string, string, string, DbNodeAction, DbNodesActionOptionalParams)

VM actions on DbNode of VM Cluster by the provided filter

beginActionAndWait(string, string, string, DbNodeAction, DbNodesActionOptionalParams)

VM actions on DbNode of VM Cluster by the provided filter

get(string, string, string, DbNodesGetOptionalParams)

Get a DbNode

listByCloudVmCluster(string, string, DbNodesListByCloudVmClusterOptionalParams)

List DbNode resources by CloudVmCluster

Method Details

beginAction(string, string, string, DbNodeAction, DbNodesActionOptionalParams)

VM actions on DbNode of VM Cluster by the provided filter

function beginAction(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, body: DbNodeAction, options?: DbNodesActionOptionalParams): Promise<SimplePollerLike<OperationState<DbNode>, DbNode>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudvmclustername

string

CloudVmCluster name

dbnodeocid

string

DbNode OCID.

body
DbNodeAction

The content of the action request

options
DbNodesActionOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<DbNode>, DbNode>>

beginActionAndWait(string, string, string, DbNodeAction, DbNodesActionOptionalParams)

VM actions on DbNode of VM Cluster by the provided filter

function beginActionAndWait(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, body: DbNodeAction, options?: DbNodesActionOptionalParams): Promise<DbNode>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudvmclustername

string

CloudVmCluster name

dbnodeocid

string

DbNode OCID.

body
DbNodeAction

The content of the action request

options
DbNodesActionOptionalParams

The options parameters.

Returns

Promise<DbNode>

get(string, string, string, DbNodesGetOptionalParams)

Get a DbNode

function get(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, options?: DbNodesGetOptionalParams): Promise<DbNode>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudvmclustername

string

CloudVmCluster name

dbnodeocid

string

DbNode OCID.

options
DbNodesGetOptionalParams

The options parameters.

Returns

Promise<DbNode>

listByCloudVmCluster(string, string, DbNodesListByCloudVmClusterOptionalParams)

List DbNode resources by CloudVmCluster

function listByCloudVmCluster(resourceGroupName: string, cloudvmclustername: string, options?: DbNodesListByCloudVmClusterOptionalParams): PagedAsyncIterableIterator<DbNode, DbNode[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

cloudvmclustername

string

CloudVmCluster name

options
DbNodesListByCloudVmClusterOptionalParams

The options parameters.

Returns