Open nirco950 opened 4 years ago
Private dns is available as Fluent Lite https://mvnrepository.com/artifact/com.microsoft.azure.privatedns.v2018_09_01/azure-mgmt-privatedns
or new Fluent Premium in preview https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/resourcemanager
Can I get it under the azure resources (given subscription)?
there is any sample how to use private dns zones?
You can get it under Azure if you uses the preview https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/resourcemanager
Hi I could not find in the Azure java SDK how to get the azure private dns zones The dnsZone is just about the public dns
is there a way to run queries on the private zones in similar to the public dns zones via java SDK?
thanks!