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 ValidateFlexibleServerID(input interface{}, key string) (warnings []string, errors []error) + type FlexibleServerId struct + FlexibleServerName string + ResourceGroupName string + SubscriptionId string + func NewFlexibleServerID(subscriptionId string, resourceGroupName string, flexibleServerName string) FlexibleServerId + func ParseFlexibleServerID(input string) (*FlexibleServerId, error) + func ParseFlexibleServerIDInsensitively(input string) (*FlexibleServerId, error) + func (id *FlexibleServerId) FromParseResult(input resourceids.ParseResult) error + func (id FlexibleServerId) ID() string + func (id FlexibleServerId) Segments() []resourceids.Segment + func (id FlexibleServerId) String() string + type ServerGtidSetParameter struct + GtidSet *string + type ServerResetGtidClient struct + Client *resourcemanager.Client + func NewServerResetGtidClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerResetGtidClient, error) + func (c ServerResetGtidClient) ServersResetGtid(ctx context.Context, id FlexibleServerId, input ServerGtidSetParameter) (result ServersResetGtidOperationResponse, err error) + func (c ServerResetGtidClient) ServersResetGtidThenPoll(ctx context.Context, id FlexibleServerId, input ServerGtidSetParameter) error + type ServersResetGtidOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller