DbSystemShapeCollection.GetIfExists(String, CancellationToken) Method

Definition

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
public virtual Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DbSystemShapeResource> GetIfExists (string dbsystemshapename, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DbSystemShapeResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DbSystemShapeResource>
Public Overridable Function GetIfExists (dbsystemshapename As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DbSystemShapeResource)

Parameters

dbsystemshapename
String

DbSystemShape name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dbsystemshapename is null.

Applies to