Delen via


AutonomousDatabaseCharacterSets interface

Interface die een AutonomousDatabaseCharacterSets vertegenwoordigt.

Methoden

get(string, string, AutonomousDatabaseCharacterSetsGetOptionalParams)

Een AutonomousDatabaseCharacterSet ophalen

listByLocation(string, AutonomousDatabaseCharacterSetsListByLocationOptionalParams)

Resources van AutonomousDatabaseCharacterSet weergeven op locatie

Methodedetails

get(string, string, AutonomousDatabaseCharacterSetsGetOptionalParams)

Een AutonomousDatabaseCharacterSet ophalen

function get(location: string, adbscharsetname: string, options?: AutonomousDatabaseCharacterSetsGetOptionalParams): Promise<AutonomousDatabaseCharacterSet>

Parameters

location

string

De naam van de Azure-regio.

adbscharsetname

string

Naam autonomousDatabaseCharacterSet

Retouren

listByLocation(string, AutonomousDatabaseCharacterSetsListByLocationOptionalParams)

Resources van AutonomousDatabaseCharacterSet weergeven op locatie

function listByLocation(location: string, options?: AutonomousDatabaseCharacterSetsListByLocationOptionalParams): PagedAsyncIterableIterator<AutonomousDatabaseCharacterSet, AutonomousDatabaseCharacterSet[], PageSettings>

Parameters

location

string

De naam van de Azure-regio.

Retouren