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 PossibleValuesForProvisioningState() []string + func ValidateBillingContainerID(input interface{}, key string) (warnings []string, errors []error) + type BillingContainer struct + Etag *string + Id *string + Name *string + Properties *BillingContainerProperties + SystemData *systemdata.SystemData + Type *string + type BillingContainerId struct + BillingContainerName string + SubscriptionId string + func NewBillingContainerID(subscriptionId string, billingContainerName string) BillingContainerId + func ParseBillingContainerID(input string) (*BillingContainerId, error) + func ParseBillingContainerIDInsensitively(input string) (*BillingContainerId, error) + func (id *BillingContainerId) FromParseResult(input resourceids.ParseResult) error + func (id BillingContainerId) ID() string + func (id BillingContainerId) Segments() []resourceids.Segment + func (id BillingContainerId) String() string + type BillingContainerOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p BillingContainerOperationPredicate) Matches(input BillingContainer) bool + type BillingContainerProperties struct + ProvisioningState *ProvisioningState + type BillingContainersClient struct + Client *resourcemanager.Client + func NewBillingContainersClientWithBaseURI(sdkApi sdkEnv.Api) (*BillingContainersClient, error) + func (c BillingContainersClient) Get(ctx context.Context, id BillingContainerId) (result GetOperationResponse, err error) + func (c BillingContainersClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error) + func (c BillingContainersClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error) + func (c BillingContainersClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *BillingContainer + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []BillingContainer + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]BillingContainer + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error