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 PossibleValuesForBillingSource() []string + type BillingSource string + const BillingSourceAZURE + const BillingSourceNEWRELIC + func (s *BillingSource) UnmarshalJSON(bytes []byte) error + type ListCompleteResult struct + Items []OrganizationResource + 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 *[]OrganizationResource + OData *odata.OData + type OrganizationProperties struct + BillingSource *BillingSource + OrganizationId *string + OrganizationName *string + type OrganizationResource struct + Id *string + Name *string + Properties *OrganizationProperties + SystemData *systemdata.SystemData + Type *string + type OrganizationResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p OrganizationResourceOperationPredicate) Matches(input OrganizationResource) bool + type OrganizationsClient struct + Client *resourcemanager.Client + func NewOrganizationsClientWithBaseURI(sdkApi sdkEnv.Api) (*OrganizationsClient, error) + func (c OrganizationsClient) List(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c OrganizationsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (ListCompleteResult, error) + func (c OrganizationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions, ...) (result ListCompleteResult, err error)