OracleDBServerCollection Class

Definition

A class representing a collection of OracleDBServerResource and their operations. Each OracleDBServerResource in the collection will belong to the same instance of CloudExadataInfrastructureResource. To get an OracleDBServerCollection instance call the GetOracleDBServers method from an instance of CloudExadataInfrastructureResource.

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

Constructors

OracleDBServerCollection()

Initializes a new instance of the OracleDBServerCollection 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}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers/{dbserverocid}
  • Operation Id: DbServers_Get
  • Default Api Version: 2023-09-01
  • Resource: OracleDBServerResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers/{dbserverocid}
  • Operation Id: DbServers_Get
  • Default Api Version: 2023-09-01
  • Resource: OracleDBServerResource
Get(String, CancellationToken)

Get a DbServer

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers/{dbserverocid}
  • Operation Id: DbServers_Get
  • Default Api Version: 2023-09-01
  • Resource: OracleDBServerResource
GetAll(CancellationToken)

List DbServer resources by CloudExadataInfrastructure

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers
  • Operation Id: DbServers_ListByCloudExadataInfrastructure
  • Default Api Version: 2023-09-01
  • Resource: OracleDBServerResource
GetAllAsync(CancellationToken)

List DbServer resources by CloudExadataInfrastructure

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers
  • Operation Id: DbServers_ListByCloudExadataInfrastructure
  • Default Api Version: 2023-09-01
  • Resource: OracleDBServerResource
GetAsync(String, CancellationToken)

Get a DbServer

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers/{dbserverocid}
  • Operation Id: DbServers_Get
  • Default Api Version: 2023-09-01
  • Resource: OracleDBServerResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers/{dbserverocid}
  • Operation Id: DbServers_Get
  • Default Api Version: 2023-09-01
  • Resource: OracleDBServerResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers/{dbserverocid}
  • Operation Id: DbServers_Get
  • Default Api Version: 2023-09-01
  • Resource: OracleDBServerResource
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<OracleDBServerResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<OracleDBServerResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to