OracleDatabaseExtensions.GetDnsPrivateZone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 static Azure.Response<Azure.ResourceManager.OracleDatabase.DnsPrivateZoneResource> GetDnsPrivateZone (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string dnsprivatezonename, System.Threading.CancellationToken cancellationToken = default);
static member GetDnsPrivateZone : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.OracleDatabase.DnsPrivateZoneResource>
<Extension()>
Public Function GetDnsPrivateZone (subscriptionResource As SubscriptionResource, location As AzureLocation, dnsprivatezonename As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DnsPrivateZoneResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
The name of the Azure region.
- dnsprivatezonename
- String
DnsPrivateZone name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
or dnsprivatezonename
is null.
dnsprivatezonename
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET