DnsPrivateViewCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dnsPrivateViews/{dnsprivateviewocid}
  • Operation Id: DnsPrivateViews_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: DnsPrivateViewResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DnsPrivateViewResource>> GetIfExistsAsync (string dnsprivateviewocid, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DnsPrivateViewResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.OracleDatabase.DnsPrivateViewResource>>
Public Overridable Function GetIfExistsAsync (dnsprivateviewocid As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of DnsPrivateViewResource))

Parameters

dnsprivateviewocid
String

DnsPrivateView OCID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dnsprivateviewocid is null.

Applies to