Documentation ¶
Overview ¶
+azure:enableclientgen:=true
Code generated by client-gen. DO NOT EDIT.
Index ¶
- Constants
- type Client
- func (client *Client) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, ...) (result *armprivatedns.VirtualNetworkLink, err error)
- func (client *Client) Get(ctx context.Context, resourceGroupName string, parentResourceName string, ...) (result *armprivatedns.VirtualNetworkLink, rerr error)
- type Interface
Constants ¶
View Source
const CreateOrUpdateOperationName = "VirtualNetworkLinksClient.Create"
View Source
const GetOperationName = "VirtualNetworkLinksClient.Get"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *armprivatedns.VirtualNetworkLinksClient // contains filtered or unexported fields }
func (*Client) CreateOrUpdate ¶
func (client *Client) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, parentResourceName string, resource armprivatedns.VirtualNetworkLink) (result *armprivatedns.VirtualNetworkLink, err error)
CreateOrUpdate creates or updates a VirtualNetworkLink.
type Interface ¶
type Interface interface { utils.SubResourceGetFunc[armprivatedns.VirtualNetworkLink] utils.SubResourceCreateOrUpdateFunc[armprivatedns.VirtualNetworkLink] }
+azure:client:verbs=get;createorupdate,resource=PrivateZone,subResource=VirtualNetworkLink,packageName=github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns,packageAlias=armprivatedns,clientName=VirtualNetworkLinksClient,expand=false,rateLimitKey=virtualNetworkRateLimit
func New ¶
func New(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (Interface, error)
Directories ¶
Path | Synopsis |
---|---|
Package mock_virtualnetworklinkclient is a generated GoMock package.
|
Package mock_virtualnetworklinkclient is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.