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 + type AccountProperties struct + AccountId *string + AccountName *string + OrganizationId *string + Region *string + type AccountResource struct + Id *string + Name *string + Properties *AccountProperties + SystemData *systemdata.SystemData + Type *string + type AccountResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p AccountResourceOperationPredicate) Matches(input AccountResource) bool + type AccountsClient struct + Client *resourcemanager.Client + func NewAccountsClientWithBaseURI(sdkApi sdkEnv.Api) (*AccountsClient, error) + func (c AccountsClient) List(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c AccountsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (ListCompleteResult, error) + func (c AccountsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type ListCompleteResult struct + Items []AccountResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Location *string + UserEmail *string + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]AccountResource + OData *odata.OData