AutonomousDatabaseCharacterSetCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDatabaseCharacterSets/{adbscharsetname}.
  • Operation Id. : AutonomousDatabaseCharacterSets_Get.
  • Default Api Version. : 2025-09-01.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>> GetIfExistsAsync(string adbscharsetname, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>>
Public Overridable Function GetIfExistsAsync (adbscharsetname As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of AutonomousDatabaseCharacterSetResource))

Parameters

adbscharsetname
String

AutonomousDatabaseCharacterSet name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

adbscharsetname is null.

adbscharsetname is an empty string, and was expected to be non-empty.

Applies to