Registry /
cloud / azure-azure-sdk-for-go-sdk-resourcemanager-privatedns-armprivatedns
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
armprivatedns
✓ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns
Gets a private DNS zone using the Azure Private DNS client.
package main
import (
"context"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns"
)
func main() {
client, _ := armprivatedns.NewPrivateZonesClient("subscriptionID", nil, nil)
_, _ = client.Get(context.TODO(), "rg", "zone", nil)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.