DnsPrivateZoneCollection.Get(String, CancellationToken) Method

Definition

Get a DnsPrivateZone

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

Parameters

dnsprivatezonename
String

DnsPrivateZone name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dnsprivatezonename is null.

Applies to