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 PossibleValuesForOrigin() []string + func ValidateBackupID(input interface{}, key string) (warnings []string, errors []error) + func ValidateFlexibleServerID(input interface{}, key string) (warnings []string, errors []error) + type BackupId struct + BackupName string + FlexibleServerName string + ResourceGroupName string + SubscriptionId string + func NewBackupID(subscriptionId string, resourceGroupName string, flexibleServerName string, ...) BackupId + func ParseBackupID(input string) (*BackupId, error) + func ParseBackupIDInsensitively(input string) (*BackupId, error) + func (id *BackupId) FromParseResult(input resourceids.ParseResult) error + func (id BackupId) ID() string + func (id BackupId) Segments() []resourceids.Segment + func (id BackupId) String() string + type BackupsClient struct + Client *resourcemanager.Client + func NewBackupsClientWithBaseURI(sdkApi sdkEnv.Api) (*BackupsClient, error) + func (c BackupsClient) Get(ctx context.Context, id BackupId) (result GetOperationResponse, err error) + func (c BackupsClient) ListByServer(ctx context.Context, id FlexibleServerId) (result ListByServerOperationResponse, err error) + func (c BackupsClient) ListByServerComplete(ctx context.Context, id FlexibleServerId) (ListByServerCompleteResult, error) + func (c BackupsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id FlexibleServerId, ...) (result ListByServerCompleteResult, err 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 GetOperationResponse struct + HttpResponse *http.Response + Model *ServerBackup + OData *odata.OData + type ListByServerCompleteResult struct + Items []ServerBackup + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]ServerBackup + OData *odata.OData + type Origin string + const OriginFull + func (s *Origin) UnmarshalJSON(bytes []byte) error + type ServerBackup struct + Id *string + Name *string + Properties *ServerBackupProperties + SystemData *systemdata.SystemData + Type *string + type ServerBackupOperationPredicate struct + Id *string + Name *string + Type *string + func (p ServerBackupOperationPredicate) Matches(input ServerBackup) bool + type ServerBackupProperties struct + BackupType *Origin + CompletedTime *string + Source *string + func (o *ServerBackupProperties) GetCompletedTimeAsTime() (*time.Time, error) + func (o *ServerBackupProperties) SetCompletedTimeAsTime(input time.Time)