DbSystemShapeCollection Class

Definition

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

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

Constructors

DbSystemShapeCollection()

Initializes a new instance of the DbSystemShapeCollection 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}/dbSystemShapes/{dbsystemshapename}
  • Operation Id: DbSystemShapes_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes/{dbsystemshapename}
  • Operation Id: DbSystemShapes_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
Get(String, CancellationToken)

Get a DbSystemShape

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes/{dbsystemshapename}
  • Operation Id: DbSystemShapes_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
GetAll(CancellationToken)

List DbSystemShape resources by Location

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes
  • Operation Id: DbSystemShapes_ListByLocation
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
GetAllAsync(CancellationToken)

List DbSystemShape resources by Location

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes
  • Operation Id: DbSystemShapes_ListByLocation
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
GetAsync(String, CancellationToken)

Get a DbSystemShape

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes/{dbsystemshapename}
  • Operation Id: DbSystemShapes_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes/{dbsystemshapename}
  • Operation Id: DbSystemShapes_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemShapes/{dbsystemshapename}
  • Operation Id: DbSystemShapes_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: DbSystemShapeResource
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<DbSystemShapeResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DbSystemShapeResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to