Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateVpnLinkConnectionID(input interface{}, key string) (warnings []string, errors []error) + type ResetConnectionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type VpnLinkConnectionId struct + ResourceGroupName string + SubscriptionId string + VpnConnectionName string + VpnGatewayName string + VpnLinkConnectionName string + func NewVpnLinkConnectionID(subscriptionId string, resourceGroupName string, vpnGatewayName string, ...) VpnLinkConnectionId + func ParseVpnLinkConnectionID(input string) (*VpnLinkConnectionId, error) + func ParseVpnLinkConnectionIDInsensitively(input string) (*VpnLinkConnectionId, error) + func (id *VpnLinkConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id VpnLinkConnectionId) ID() string + func (id VpnLinkConnectionId) Segments() []resourceids.Segment + func (id VpnLinkConnectionId) String() string + type VpnLinkConnectionsClient struct + Client *resourcemanager.Client + func NewVpnLinkConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*VpnLinkConnectionsClient, error) + func (c VpnLinkConnectionsClient) ResetConnection(ctx context.Context, id VpnLinkConnectionId) (result ResetConnectionOperationResponse, err error) + func (c VpnLinkConnectionsClient) ResetConnectionThenPoll(ctx context.Context, id VpnLinkConnectionId) error