AutonomousDbVersionCollection Class

Definition

A class representing a collection of Azure.ResourceManager.OracleDatabase.AutonomousDBVersionResource and their operations. Each Azure.ResourceManager.OracleDatabase.AutonomousDBVersionResource in the collection will belong to the same instance of SubscriptionResource. To get a Azure.ResourceManager.OracleDatabase.AutonomousDBVersionCollection instance call the GetAutonomousDBVersions method from an instance of SubscriptionResource.

public class AutonomousDbVersionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.OracleDatabase.AutonomousDbVersionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.OracleDatabase.AutonomousDbVersionResource>
type AutonomousDbVersionCollection = class
    inherit ArmCollection
    interface seq<AutonomousDbVersionResource>
    interface IEnumerable
    interface IAsyncEnumerable<AutonomousDbVersionResource>
Public Class AutonomousDbVersionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AutonomousDbVersionResource), IEnumerable(Of AutonomousDbVersionResource)
Inheritance
AutonomousDbVersionCollection
Implements

Constructors

Name Description
AutonomousDbVersionCollection()

Initializes a new instance of AutonomousDBVersionCollection for mocking.

Properties

Name Description
Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Name Description
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDbVersions/{autonomousdbversionsname}.
  • Operation Id. : AutonomousDatabaseVersions_Get.
  • Default Api Version. : 2025-09-01.
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDbVersions/{autonomousdbversionsname}.
  • Operation Id. : AutonomousDatabaseVersions_Get.
  • Default Api Version. : 2025-09-01.
Get(String, CancellationToken)

Get a AutonomousDbVersion

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDbVersions/{autonomousdbversionsname}.
  • Operation Id. : AutonomousDatabaseVersions_Get.
  • Default Api Version. : 2025-09-01.
GetAll(CancellationToken)

List AutonomousDbVersion resources by SubscriptionLocationResource

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDbVersions.
  • Operation Id. : AutonomousDatabaseVersions_ListByLocation.
  • Default Api Version. : 2025-09-01.
GetAllAsync(CancellationToken)

List AutonomousDbVersion resources by SubscriptionLocationResource

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDbVersions.
  • Operation Id. : AutonomousDatabaseVersions_ListByLocation.
  • Default Api Version. : 2025-09-01.
GetAsync(String, CancellationToken)

Get a AutonomousDbVersion

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDbVersions/{autonomousdbversionsname}.
  • Operation Id. : AutonomousDatabaseVersions_Get.
  • Default Api Version. : 2025-09-01.
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDbVersions/{autonomousdbversionsname}.
  • Operation Id. : AutonomousDatabaseVersions_Get.
  • Default Api Version. : 2025-09-01.
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/autonomousDbVersions/{autonomousdbversionsname}.
  • Operation Id. : AutonomousDatabaseVersions_Get.
  • Default Api Version. : 2025-09-01.
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

Name Description
IAsyncEnumerable<AutonomousDbVersionResource>.GetAsyncEnumerator(CancellationToken)
IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AutonomousDbVersionResource>.GetEnumerator()

Extension Methods

Name Description
ArrayContainsAll<T>(IEnumerable<T>, Object[])

Returns whether all values are present in the array.

ArrayContainsAny<T>(IEnumerable<T>, Object[])

Returns whether any values are present in the array.

Applies to