Share via


OracleDBVersionCollection Class

Definition

A class representing a collection of OracleDBVersionResource and their operations. Each OracleDBVersionResource in the collection will belong to the same instance of SubscriptionResource. To get an OracleDBVersionCollection instance call the GetOracleDBVersions method from an instance of SubscriptionResource.

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

Constructors

OracleDBVersionCollection()

Initializes a new instance of the OracleDBVersionCollection class for mocking.

Properties

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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{___location}/dbSystemDbVersions/{dbversionsname}
  • Operation Id: DbVersion_Get
  • Default Api Version: 2025-09-01
  • Resource: OracleDBVersionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{___location}/dbSystemDbVersions/{dbversionsname}
  • Operation Id: DbVersion_Get
  • Default Api Version: 2025-09-01
  • Resource: OracleDBVersionResource
Get(String, CancellationToken)

Get a DbVersion

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{___location}/dbSystemDbVersions/{dbversionsname}
  • Operation Id: DbVersion_Get
  • Default Api Version: 2025-09-01
  • Resource: OracleDBVersionResource
GetAll(OracleDBVersionCollectionGetAllOptions, CancellationToken)

List DbVersion resources by SubscriptionLocationResource

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{___location}/dbSystemDbVersions
  • Operation Id: DbVersion_ListByLocation
  • Default Api Version: 2025-09-01
  • Resource: OracleDBVersionResource
GetAllAsync(OracleDBVersionCollectionGetAllOptions, CancellationToken)

List DbVersion resources by SubscriptionLocationResource

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{___location}/dbSystemDbVersions
  • Operation Id: DbVersion_ListByLocation
  • Default Api Version: 2025-09-01
  • Resource: OracleDBVersionResource
GetAsync(String, CancellationToken)

Get a DbVersion

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{___location}/dbSystemDbVersions/{dbversionsname}
  • Operation Id: DbVersion_Get
  • Default Api Version: 2025-09-01
  • Resource: OracleDBVersionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{___location}/dbSystemDbVersions/{dbversionsname}
  • Operation Id: DbVersion_Get
  • Default Api Version: 2025-09-01
  • Resource: OracleDBVersionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{___location}/dbSystemDbVersions/{dbversionsname}
  • Operation Id: DbVersion_Get
  • Default Api Version: 2025-09-01
  • Resource: OracleDBVersionResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<OracleDBVersionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<OracleDBVersionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to