OracleDatabaseExtensions.GetDnsPrivateZones 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.
Gets a collection of DnsPrivateZoneResources in the SubscriptionResource. MockingTo mock this method, please mock GetDnsPrivateZones(AzureLocation) instead.
public static Azure.ResourceManager.OracleDatabase.DnsPrivateZoneCollection GetDnsPrivateZones (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetDnsPrivateZones : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.OracleDatabase.DnsPrivateZoneCollection
<Extension()>
Public Function GetDnsPrivateZones (subscriptionResource As SubscriptionResource, location As AzureLocation) As DnsPrivateZoneCollection
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
The name of the Azure region.
Returns
An object representing collection of DnsPrivateZoneResources and their operations over a DnsPrivateZoneResource.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET