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 ValidateDeletedAccountID(input interface{}, key string) (warnings []string, errors []error) + type DeletedAccount struct + Id *string + Name *string + Properties *DeletedAccountProperties + Type *string + type DeletedAccountId struct + DeletedAccountName string + LocationName string + SubscriptionId string + func NewDeletedAccountID(subscriptionId string, locationName string, deletedAccountName string) DeletedAccountId + func ParseDeletedAccountID(input string) (*DeletedAccountId, error) + func ParseDeletedAccountIDInsensitively(input string) (*DeletedAccountId, error) + func (id *DeletedAccountId) FromParseResult(input resourceids.ParseResult) error + func (id DeletedAccountId) ID() string + func (id DeletedAccountId) Segments() []resourceids.Segment + func (id DeletedAccountId) String() string + type DeletedAccountOperationPredicate struct + Id *string + Name *string + Type *string + func (p DeletedAccountOperationPredicate) Matches(input DeletedAccount) bool + type DeletedAccountProperties struct + CreationTime *string + DeletionTime *string + Location *string + RestoreReference *string + StorageAccountResourceId *string + type DeletedAccountsClient struct + Client *resourcemanager.Client + func NewDeletedAccountsClientWithBaseURI(sdkApi sdkEnv.Api) (*DeletedAccountsClient, error) + func (c DeletedAccountsClient) Get(ctx context.Context, id DeletedAccountId) (result GetOperationResponse, err error) + func (c DeletedAccountsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c DeletedAccountsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c DeletedAccountsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *DeletedAccount + OData *odata.OData + type ListCompleteResult struct + Items []DeletedAccount + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]DeletedAccount + OData *odata.OData