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 ValidateServerID(input interface{}, key string) (warnings []string, errors []error) + type ServerId struct + ResourceGroupName string + ServerName string + SubscriptionId string + func NewServerID(subscriptionId string, resourceGroupName string, serverName string) ServerId + func ParseServerID(input string) (*ServerId, error) + func ParseServerIDInsensitively(input string) (*ServerId, error) + func (id *ServerId) FromParseResult(input resourceids.ParseResult) error + func (id ServerId) ID() string + func (id ServerId) Segments() []resourceids.Segment + func (id ServerId) String() string + type ServerRestartClient struct + Client *resourcemanager.Client + func NewServerRestartClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerRestartClient, error) + func (c ServerRestartClient) ServersRestart(ctx context.Context, id ServerId) (result ServersRestartOperationResponse, err error) + func (c ServerRestartClient) ServersRestartThenPoll(ctx context.Context, id ServerId) error + type ServersRestartOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller