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 ValidateDeletedServiceID(input interface{}, key string) (warnings []string, errors []error) + type DeletedServiceClient struct + Client *resourcemanager.Client + func NewDeletedServiceClientWithBaseURI(sdkApi sdkEnv.Api) (*DeletedServiceClient, error) + func (c DeletedServiceClient) GetByName(ctx context.Context, id DeletedServiceId) (result GetByNameOperationResponse, err error) + func (c DeletedServiceClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error) + func (c DeletedServiceClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error) + func (c DeletedServiceClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error) + func (c DeletedServiceClient) Purge(ctx context.Context, id DeletedServiceId) (result PurgeOperationResponse, err error) + func (c DeletedServiceClient) PurgeThenPoll(ctx context.Context, id DeletedServiceId) error + type DeletedServiceContract struct + Id *string + Location *string + Name *string + Properties *DeletedServiceContractProperties + Type *string + type DeletedServiceContractOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p DeletedServiceContractOperationPredicate) Matches(input DeletedServiceContract) bool + type DeletedServiceContractProperties struct + DeletionDate *string + ScheduledPurgeDate *string + ServiceId *string + func (o *DeletedServiceContractProperties) GetDeletionDateAsTime() (*time.Time, error) + func (o *DeletedServiceContractProperties) GetScheduledPurgeDateAsTime() (*time.Time, error) + func (o *DeletedServiceContractProperties) SetDeletionDateAsTime(input time.Time) + func (o *DeletedServiceContractProperties) SetScheduledPurgeDateAsTime(input time.Time) + type DeletedServiceId struct + DeletedServiceName string + LocationName string + SubscriptionId string + func NewDeletedServiceID(subscriptionId string, locationName string, deletedServiceName string) DeletedServiceId + func ParseDeletedServiceID(input string) (*DeletedServiceId, error) + func ParseDeletedServiceIDInsensitively(input string) (*DeletedServiceId, error) + func (id *DeletedServiceId) FromParseResult(input resourceids.ParseResult) error + func (id DeletedServiceId) ID() string + func (id DeletedServiceId) Segments() []resourceids.Segment + func (id DeletedServiceId) String() string + type GetByNameOperationResponse struct + HttpResponse *http.Response + Model *DeletedServiceContract + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []DeletedServiceContract + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]DeletedServiceContract + OData *odata.OData + type PurgeOperationResponse struct + HttpResponse *http.Response + Model *DeletedServiceContract + OData *odata.OData + Poller pollers.Poller