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.
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