Auf Englisch lesen

Freigeben über


OracleDatabaseExtensions.GetCloudExadataInfrastructures 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.

Overloads

GetCloudExadataInfrastructures(ResourceGroupResource)

Gets a collection of CloudExadataInfrastructureResources in the ResourceGroupResource. MockingTo mock this method, please mock GetCloudExadataInfrastructures() instead.

GetCloudExadataInfrastructures(SubscriptionResource, CancellationToken)

List CloudExadataInfrastructure resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/cloudExadataInfrastructures
  • Operation Id: CloudExadataInfrastructures_ListBySubscription
  • Default Api Version: 2023-09-01
  • Resource: CloudExadataInfrastructureResource

GetCloudExadataInfrastructures(ResourceGroupResource)

Source:
OracleDatabaseExtensions.cs
Source:
OracleDatabaseExtensions.cs

Gets a collection of CloudExadataInfrastructureResources in the ResourceGroupResource. MockingTo mock this method, please mock GetCloudExadataInfrastructures() instead.

C#
public static Azure.ResourceManager.OracleDatabase.CloudExadataInfrastructureCollection GetCloudExadataInfrastructures(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of CloudExadataInfrastructureResources and their operations over a CloudExadataInfrastructureResource.

Exceptions

resourceGroupResource is null.

Applies to

Azure SDK for .NET Preview und Azure SDK for .NET Latest
Produkt Versionen
Azure SDK for .NET Latest, Preview

GetCloudExadataInfrastructures(SubscriptionResource, CancellationToken)

Source:
OracleDatabaseExtensions.cs
Source:
OracleDatabaseExtensions.cs

List CloudExadataInfrastructure resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/cloudExadataInfrastructures
  • Operation Id: CloudExadataInfrastructures_ListBySubscription
  • Default Api Version: 2023-09-01
  • Resource: CloudExadataInfrastructureResource
C#
public static Azure.Pageable<Azure.ResourceManager.OracleDatabase.CloudExadataInfrastructureResource> GetCloudExadataInfrastructures(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of CloudExadataInfrastructureResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to

Azure SDK for .NET Preview und Azure SDK for .NET Latest
Produkt Versionen
Azure SDK for .NET Latest, Preview