We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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
Sample https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/resourcemanager/azure-resourcemanager-samples/src/main/java/com/azure/resourcemanager/privatedns/samples/ManagePrivateDns.java
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: