AutonomousDatabaseCharacterSetCollection.GetAllAsync 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.
List AutonomousDatabaseCharacterSet resources by Location
- Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDatabaseCharacterSets
- Operation Id: AutonomousDatabaseCharacterSets_ListByLocation
- Default Api Version: 2023-09-01
- Resource: AutonomousDatabaseCharacterSetResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.AutonomousDatabaseCharacterSetResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutonomousDatabaseCharacterSetResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of AutonomousDatabaseCharacterSetResource that may take multiple service requests to iterate over.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET