Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements virtualnetworklinksclient Interface.
func New ¶
func New(config *azclients.ClientConfig) *Client
New creates a new virtualnetworklinks client.
func (*Client) CreateOrUpdate ¶
func (c *Client) CreateOrUpdate(ctx context.Context, resourceGroupName string, privateZoneName string, virtualNetworkLinkName string, parameters privatedns.VirtualNetworkLink, waitForCompletion bool) error
CreateOrUpdate creates or updates a virtual network link
type Interface ¶
type Interface interface { // Get gets a virtual network link Get(ctx context.Context, resourceGroupName string, privateZoneName string, virtualNetworkLinkName string) (result privatedns.VirtualNetworkLink, err error) // CreateOrUpdate creates or updates a private dns zone. CreateOrUpdate(ctx context.Context, resourceGroupName string, privateZoneName string, virtualNetworkLinkName string, parameters privatedns.VirtualNetworkLink, waitForCompletion bool) error }
Interface is the client interface for Virtual Network Link. Don't forget to run "hack/update-mock-clients.sh" command to generate the mock client.
Directories ¶
Path | Synopsis |
---|---|
Package mockvirtualnetworklinksclient implements the mock client for VirtualNetworkLinks.
|
Package mockvirtualnetworklinksclient implements the mock client for VirtualNetworkLinks. |
Click to show internal directories.
Click to hide internal directories.