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 ServerStartClient struct + Client *resourcemanager.Client + func NewServerStartClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerStartClient, error) + func (c ServerStartClient) ServersStart(ctx context.Context, id FlexibleServerId) (result ServersStartOperationResponse, err error) + func (c ServerStartClient) ServersStartThenPoll(ctx context.Context, id FlexibleServerId) error + type ServersStartOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller