OracleDatabaseExtensions.GetAutonomousDatabaseCharacterSetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a AutonomousDatabaseCharacterSet
- Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDatabaseCharacterSets/{adbscharsetname}
- Operation Id: AutonomousDatabaseCharacterSets_Get
- Default Api Version: 2023-09-01
- Resource: AutonomousDatabaseCharacterSetResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>> GetAutonomousDatabaseCharacterSetAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string adbscharsetname, System.Threading.CancellationToken cancellationToken = default);
static member GetAutonomousDatabaseCharacterSetAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>>
<Extension()>
Public Function GetAutonomousDatabaseCharacterSetAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, adbscharsetname As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutonomousDatabaseCharacterSetResource))
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
The name of the Azure region.
- adbscharsetname
- String
AutonomousDatabaseCharacterSet name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
or adbscharsetname
is null.
adbscharsetname
is an empty string, and was expected to be non-empty.
Applies to
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 .NET