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 ValidateBackendID(input interface{}, key string) (warnings []string, errors []error) + type BackendId struct + BackendId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewBackendID(subscriptionId string, resourceGroupName string, serviceName string, ...) BackendId + func ParseBackendID(input string) (*BackendId, error) + func ParseBackendIDInsensitively(input string) (*BackendId, error) + func (id *BackendId) FromParseResult(input resourceids.ParseResult) error + func (id BackendId) ID() string + func (id BackendId) Segments() []resourceids.Segment + func (id BackendId) String() string + type BackendReconnectClient struct + Client *resourcemanager.Client + func NewBackendReconnectClientWithBaseURI(sdkApi sdkEnv.Api) (*BackendReconnectClient, error) + func (c BackendReconnectClient) BackendReconnect(ctx context.Context, id BackendId, input BackendReconnectContract) (result BackendReconnectOperationResponse, err error) + type BackendReconnectContract struct + Id *string + Name *string + Properties *BackendReconnectProperties + Type *string + type BackendReconnectOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type BackendReconnectProperties struct + After *string