OracleFlexComponentCollection.Get(String, CancellationToken) Method

Definition

Get a FlexComponent

  • Request Path. : /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/flexComponents/{flexComponentName}.
  • Operation Id. : FlexComponents_Get.
  • Default Api Version. : 2025-09-01.
public virtual Azure.Response<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource> Get(string flexComponentName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OracleDatabase.OracleFlexComponentResource>
Public Overridable Function Get (flexComponentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OracleFlexComponentResource)

Parameters

flexComponentName
String

The name of the FlexComponent.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

flexComponentName is null.

flexComponentName is an empty string, and was expected to be non-empty.

Applies to