AutonomousDatabaseCharacterSetCollection.GetIfExists 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.
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: 2023-09-01
- Resource: AutonomousDatabaseCharacterSetResource
public virtual Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource> GetIfExists (string adbscharsetname, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>
Public Overridable Function GetIfExists (adbscharsetname As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AutonomousDatabaseCharacterSetResource)
Parameters
- adbscharsetname
- String
AutonomousDatabaseCharacterSet name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
adbscharsetname
is an empty string, and was expected to be non-empty.
adbscharsetname
is null.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET