Delen via


AutonomousDatabases interface

Interface die een AutonomousDatabases vertegenwoordigt.

Methoden

beginCreateOrUpdate(string, string, AutonomousDatabase, AutonomousDatabasesCreateOrUpdateOptionalParams)

Een Autonomedatabase maken

beginCreateOrUpdateAndWait(string, string, AutonomousDatabase, AutonomousDatabasesCreateOrUpdateOptionalParams)

Een Autonomedatabase maken

beginDelete(string, string, AutonomousDatabasesDeleteOptionalParams)

Een autonomedatabase verwijderen

beginDeleteAndWait(string, string, AutonomousDatabasesDeleteOptionalParams)

Een autonomedatabase verwijderen

beginFailover(string, string, PeerDbDetails, AutonomousDatabasesFailoverOptionalParams)

Failoveractie uitvoeren op autonome database

beginFailoverAndWait(string, string, PeerDbDetails, AutonomousDatabasesFailoverOptionalParams)

Failoveractie uitvoeren op autonome database

beginRestore(string, string, RestoreAutonomousDatabaseDetails, AutonomousDatabasesRestoreOptionalParams)

Hiermee herstelt u een autonome database op basis van de opgegeven aanvraagparameters.

beginRestoreAndWait(string, string, RestoreAutonomousDatabaseDetails, AutonomousDatabasesRestoreOptionalParams)

Hiermee herstelt u een autonome database op basis van de opgegeven aanvraagparameters.

beginShrink(string, string, AutonomousDatabasesShrinkOptionalParams)

Met deze bewerking verkleint u de huidige toegewezen opslag tot de huidige werkelijke gebruikte gegevensopslag.

beginShrinkAndWait(string, string, AutonomousDatabasesShrinkOptionalParams)

Met deze bewerking verkleint u de huidige toegewezen opslag tot de huidige werkelijke gebruikte gegevensopslag.

beginSwitchover(string, string, PeerDbDetails, AutonomousDatabasesSwitchoverOptionalParams)

Schakelactie uitvoeren op autonome database

beginSwitchoverAndWait(string, string, PeerDbDetails, AutonomousDatabasesSwitchoverOptionalParams)

Schakelactie uitvoeren op autonome database

beginUpdate(string, string, AutonomousDatabaseUpdate, AutonomousDatabasesUpdateOptionalParams)

Een autonomedatabase bijwerken

beginUpdateAndWait(string, string, AutonomousDatabaseUpdate, AutonomousDatabasesUpdateOptionalParams)

Een autonomedatabase bijwerken

generateWallet(string, string, GenerateAutonomousDatabaseWalletDetails, AutonomousDatabasesGenerateWalletOptionalParams)

Portemonneeactie genereren op autonome database

get(string, string, AutonomousDatabasesGetOptionalParams)

Een AutonomousDatabase ophalen

listByResourceGroup(string, AutonomousDatabasesListByResourceGroupOptionalParams)

Autonomedatabaseresources per resourcegroep weergeven

listBySubscription(AutonomousDatabasesListBySubscriptionOptionalParams)

Autonomedatabase-resources weergeven op abonnements-id

Methodedetails

beginCreateOrUpdate(string, string, AutonomousDatabase, AutonomousDatabasesCreateOrUpdateOptionalParams)

Een Autonomedatabase maken

function beginCreateOrUpdate(resourceGroupName: string, autonomousdatabasename: string, resource: AutonomousDatabase, options?: AutonomousDatabasesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabase>, AutonomousDatabase>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

resource
AutonomousDatabase

Parameters voor het maken van resources.

Retouren

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

beginCreateOrUpdateAndWait(string, string, AutonomousDatabase, AutonomousDatabasesCreateOrUpdateOptionalParams)

Een Autonomedatabase maken

function beginCreateOrUpdateAndWait(resourceGroupName: string, autonomousdatabasename: string, resource: AutonomousDatabase, options?: AutonomousDatabasesCreateOrUpdateOptionalParams): Promise<AutonomousDatabase>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

resource
AutonomousDatabase

Parameters voor het maken van resources.

Retouren

beginDelete(string, string, AutonomousDatabasesDeleteOptionalParams)

Een autonomedatabase verwijderen

function beginDelete(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesDeleteHeaders>, AutonomousDatabasesDeleteHeaders>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

options
AutonomousDatabasesDeleteOptionalParams

De optiesparameters.

Retouren

beginDeleteAndWait(string, string, AutonomousDatabasesDeleteOptionalParams)

Een autonomedatabase verwijderen

function beginDeleteAndWait(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesDeleteOptionalParams): Promise<AutonomousDatabasesDeleteHeaders>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

options
AutonomousDatabasesDeleteOptionalParams

De optiesparameters.

Retouren

beginFailover(string, string, PeerDbDetails, AutonomousDatabasesFailoverOptionalParams)

Failoveractie uitvoeren op autonome database

function beginFailover(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesFailoverOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabase>, AutonomousDatabase>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

body
PeerDbDetails

De inhoud van de actieaanvraag

options
AutonomousDatabasesFailoverOptionalParams

De optiesparameters.

Retouren

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

beginFailoverAndWait(string, string, PeerDbDetails, AutonomousDatabasesFailoverOptionalParams)

Failoveractie uitvoeren op autonome database

function beginFailoverAndWait(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesFailoverOptionalParams): Promise<AutonomousDatabase>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

body
PeerDbDetails

De inhoud van de actieaanvraag

options
AutonomousDatabasesFailoverOptionalParams

De optiesparameters.

Retouren

beginRestore(string, string, RestoreAutonomousDatabaseDetails, AutonomousDatabasesRestoreOptionalParams)

Hiermee herstelt u een autonome database op basis van de opgegeven aanvraagparameters.

function beginRestore(resourceGroupName: string, autonomousdatabasename: string, body: RestoreAutonomousDatabaseDetails, options?: AutonomousDatabasesRestoreOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabase>, AutonomousDatabase>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

body
RestoreAutonomousDatabaseDetails

De inhoud van de actieaanvraag

options
AutonomousDatabasesRestoreOptionalParams

De optiesparameters.

Retouren

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

beginRestoreAndWait(string, string, RestoreAutonomousDatabaseDetails, AutonomousDatabasesRestoreOptionalParams)

Hiermee herstelt u een autonome database op basis van de opgegeven aanvraagparameters.

function beginRestoreAndWait(resourceGroupName: string, autonomousdatabasename: string, body: RestoreAutonomousDatabaseDetails, options?: AutonomousDatabasesRestoreOptionalParams): Promise<AutonomousDatabase>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

body
RestoreAutonomousDatabaseDetails

De inhoud van de actieaanvraag

options
AutonomousDatabasesRestoreOptionalParams

De optiesparameters.

Retouren

beginShrink(string, string, AutonomousDatabasesShrinkOptionalParams)

Met deze bewerking verkleint u de huidige toegewezen opslag tot de huidige werkelijke gebruikte gegevensopslag.

function beginShrink(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesShrinkOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabase>, AutonomousDatabase>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

options
AutonomousDatabasesShrinkOptionalParams

De optiesparameters.

Retouren

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

beginShrinkAndWait(string, string, AutonomousDatabasesShrinkOptionalParams)

Met deze bewerking verkleint u de huidige toegewezen opslag tot de huidige werkelijke gebruikte gegevensopslag.

function beginShrinkAndWait(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesShrinkOptionalParams): Promise<AutonomousDatabase>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

options
AutonomousDatabasesShrinkOptionalParams

De optiesparameters.

Retouren

beginSwitchover(string, string, PeerDbDetails, AutonomousDatabasesSwitchoverOptionalParams)

Schakelactie uitvoeren op autonome database

function beginSwitchover(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesSwitchoverOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabase>, AutonomousDatabase>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

body
PeerDbDetails

De inhoud van de actieaanvraag

options
AutonomousDatabasesSwitchoverOptionalParams

De optiesparameters.

Retouren

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

beginSwitchoverAndWait(string, string, PeerDbDetails, AutonomousDatabasesSwitchoverOptionalParams)

Schakelactie uitvoeren op autonome database

function beginSwitchoverAndWait(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesSwitchoverOptionalParams): Promise<AutonomousDatabase>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

body
PeerDbDetails

De inhoud van de actieaanvraag

options
AutonomousDatabasesSwitchoverOptionalParams

De optiesparameters.

Retouren

beginUpdate(string, string, AutonomousDatabaseUpdate, AutonomousDatabasesUpdateOptionalParams)

Een autonomedatabase bijwerken

function beginUpdate(resourceGroupName: string, autonomousdatabasename: string, properties: AutonomousDatabaseUpdate, options?: AutonomousDatabasesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabase>, AutonomousDatabase>>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

properties
AutonomousDatabaseUpdate

De resource-eigenschappen die moeten worden bijgewerkt.

options
AutonomousDatabasesUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, AutonomousDatabaseUpdate, AutonomousDatabasesUpdateOptionalParams)

Een autonomedatabase bijwerken

function beginUpdateAndWait(resourceGroupName: string, autonomousdatabasename: string, properties: AutonomousDatabaseUpdate, options?: AutonomousDatabasesUpdateOptionalParams): Promise<AutonomousDatabase>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

properties
AutonomousDatabaseUpdate

De resource-eigenschappen die moeten worden bijgewerkt.

options
AutonomousDatabasesUpdateOptionalParams

De optiesparameters.

Retouren

generateWallet(string, string, GenerateAutonomousDatabaseWalletDetails, AutonomousDatabasesGenerateWalletOptionalParams)

Portemonneeactie genereren op autonome database

function generateWallet(resourceGroupName: string, autonomousdatabasename: string, body: GenerateAutonomousDatabaseWalletDetails, options?: AutonomousDatabasesGenerateWalletOptionalParams): Promise<AutonomousDatabaseWalletFile>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

body
GenerateAutonomousDatabaseWalletDetails

De inhoud van de actieaanvraag

Retouren

get(string, string, AutonomousDatabasesGetOptionalParams)

Een AutonomousDatabase ophalen

function get(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesGetOptionalParams): Promise<AutonomousDatabase>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

autonomousdatabasename

string

De naam van de database.

options
AutonomousDatabasesGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, AutonomousDatabasesListByResourceGroupOptionalParams)

Autonomedatabaseresources per resourcegroep weergeven

function listByResourceGroup(resourceGroupName: string, options?: AutonomousDatabasesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AutonomousDatabase, AutonomousDatabase[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

Retouren

listBySubscription(AutonomousDatabasesListBySubscriptionOptionalParams)

Autonomedatabase-resources weergeven op abonnements-id

function listBySubscription(options?: AutonomousDatabasesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AutonomousDatabase, AutonomousDatabase[], PageSettings>

Parameters

Retouren