Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateZonesClient ¶
type PrivateZonesClient interface { PrivateZonesClientAddons }
PrivateZonesClient is a minimal interface for azure PrivateZonesClient
func NewPrivateZonesClient ¶
func NewPrivateZonesClient(environment *azureclient.AROEnvironment, subscriptionID string, authorizer autorest.Authorizer) PrivateZonesClient
NewPrivateZonesClient creates a new PrivateZonesClient
type PrivateZonesClientAddons ¶
type PrivateZonesClientAddons interface { DeleteAndWait(ctx context.Context, resourceGroupName string, privateZoneName string, ifMatch string) error ListByResourceGroup(ctx context.Context, resourceGroupName string, top *int32) ([]mgmtprivatedns.PrivateZone, error) }
PrivateZonesClientAddons contains addons for PrivateZonesClient
type VirtualNetworkLinksClient ¶
type VirtualNetworkLinksClient interface { VirtualNetworkLinksClientAddons }
VirtualNetworkLinksClient is a minimal interface for azure VirtualNetworkLinksClient
func NewVirtualNetworkLinksClient ¶
func NewVirtualNetworkLinksClient(environment *azureclient.AROEnvironment, subscriptionID string, authorizer autorest.Authorizer) VirtualNetworkLinksClient
NewVirtualNetworkLinksClient creates a new VirtualNetworkLinksClient
type VirtualNetworkLinksClientAddons ¶
type VirtualNetworkLinksClientAddons interface { DeleteAndWait(ctx context.Context, resourceGroupName string, privateZoneName string, virtualNetworkLinkName string, ifMatch string) error List(ctx context.Context, resourceGroupName string, privateZoneName string, top *int32) ([]mgmtprivatedns.VirtualNetworkLink, error) }
VirtualNetworkLinksClientAddons contains addons for VirtualNetworkLinksClient
Click to show internal directories.
Click to hide internal directories.