OracleDatabaseExtensions.GetSystemVersion Method

Definition

Get a SystemVersion

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/systemVersions/{systemversionname}
  • Operation Id: SystemVersions_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: SystemVersionResource
public static Azure.Response<Azure.ResourceManager.OracleDatabase.SystemVersionResource> GetSystemVersion (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string systemversionname, System.Threading.CancellationToken cancellationToken = default);
static member GetSystemVersion : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OracleDatabase.SystemVersionResource>
<Extension()>
Public Function GetSystemVersion (subscriptionResource As SubscriptionResource, location As AzureLocation, systemversionname As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SystemVersionResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

The name of the Azure region.

systemversionname
String

SystemVersion name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource or systemversionname is null.

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

Applies to