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 ValidateDeletedServerID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type DeletedServer struct + Id *string + Name *string + Properties *DeletedServerProperties + Type *string + type DeletedServerId struct + DeletedServerName string + LocationName string + SubscriptionId string + func NewDeletedServerID(subscriptionId string, locationName string, deletedServerName string) DeletedServerId + func ParseDeletedServerID(input string) (*DeletedServerId, error) + func ParseDeletedServerIDInsensitively(input string) (*DeletedServerId, error) + func (id *DeletedServerId) FromParseResult(input resourceids.ParseResult) error + func (id DeletedServerId) ID() string + func (id DeletedServerId) Segments() []resourceids.Segment + func (id DeletedServerId) String() string + type DeletedServerOperationPredicate struct + Id *string + Name *string + Type *string + func (p DeletedServerOperationPredicate) Matches(input DeletedServer) bool + type DeletedServerProperties struct + DeletionTime *string + FullyQualifiedDomainName *string + OriginalId *string + Version *string + func (o *DeletedServerProperties) GetDeletionTimeAsTime() (*time.Time, error) + func (o *DeletedServerProperties) SetDeletionTimeAsTime(input time.Time) + type DeletedServersClient struct + Client *resourcemanager.Client + func NewDeletedServersClientWithBaseURI(sdkApi sdkEnv.Api) (*DeletedServersClient, error) + func (c DeletedServersClient) Get(ctx context.Context, id DeletedServerId) (result GetOperationResponse, err error) + func (c DeletedServersClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c DeletedServersClient) ListByLocation(ctx context.Context, id LocationId) (result ListByLocationOperationResponse, err error) + func (c DeletedServersClient) ListByLocationComplete(ctx context.Context, id LocationId) (ListByLocationCompleteResult, error) + func (c DeletedServersClient) ListByLocationCompleteMatchingPredicate(ctx context.Context, id LocationId, predicate DeletedServerOperationPredicate) (result ListByLocationCompleteResult, err error) + func (c DeletedServersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c DeletedServersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c DeletedServersClient) Recover(ctx context.Context, id DeletedServerId) (result RecoverOperationResponse, err error) + func (c DeletedServersClient) RecoverThenPoll(ctx context.Context, id DeletedServerId) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *DeletedServer + OData *odata.OData + type ListByLocationCompleteResult struct + Items []DeletedServer + LatestHttpResponse *http.Response + type ListByLocationCustomPager struct + NextLink *odata.Link + func (p *ListByLocationCustomPager) NextPageLink() *odata.Link + type ListByLocationOperationResponse struct + HttpResponse *http.Response + Model *[]DeletedServer + OData *odata.OData + type ListCompleteResult struct + Items []DeletedServer + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]DeletedServer + OData *odata.OData + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type RecoverOperationResponse struct + HttpResponse *http.Response + Model *DeletedServer + OData *odata.OData + Poller pollers.Poller