AutonomousDatabaseCharacterSets interface
Interface representing a AutonomousDatabaseCharacterSets.
Methods
get(string, string, Autonomous |
Get a AutonomousDatabaseCharacterSet |
list |
List AutonomousDatabaseCharacterSet resources by Location |
Method Details
get(string, string, AutonomousDatabaseCharacterSetsGetOptionalParams)
Get a AutonomousDatabaseCharacterSet
function get(location: string, adbscharsetname: string, options?: AutonomousDatabaseCharacterSetsGetOptionalParams): Promise<AutonomousDatabaseCharacterSet>
Parameters
- location
-
string
The name of the Azure region.
- adbscharsetname
-
string
AutonomousDatabaseCharacterSet name
The options parameters.
Returns
Promise<AutonomousDatabaseCharacterSet>
listByLocation(string, AutonomousDatabaseCharacterSetsListByLocationOptionalParams)
List AutonomousDatabaseCharacterSet resources by Location
function listByLocation(location: string, options?: AutonomousDatabaseCharacterSetsListByLocationOptionalParams): PagedAsyncIterableIterator<AutonomousDatabaseCharacterSet, AutonomousDatabaseCharacterSet[], PageSettings>
Parameters
- location
-
string
The name of the Azure region.
The options parameters.