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 PossibleValuesForDeleteInvoiceSectionEligibilityCode() []string + func PossibleValuesForDeleteInvoiceSectionEligibilityStatus() []string + func PossibleValuesForInvoiceSectionState() []string + func PossibleValuesForInvoiceSectionStateReasonCode() []string + func PossibleValuesForProvisioningState() []string + func ValidateBillingProfileID(input interface{}, key string) (warnings []string, errors []error) + func ValidateInvoiceSectionID(input interface{}, key string) (warnings []string, errors []error) + type BillingProfileId struct + BillingAccountName string + BillingProfileName string + func NewBillingProfileID(billingAccountName string, billingProfileName string) BillingProfileId + func ParseBillingProfileID(input string) (*BillingProfileId, error) + func ParseBillingProfileIDInsensitively(input string) (*BillingProfileId, error) + func (id *BillingProfileId) FromParseResult(input resourceids.ParseResult) error + func (id BillingProfileId) ID() string + func (id BillingProfileId) Segments() []resourceids.Segment + func (id BillingProfileId) String() string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *InvoiceSection + OData *odata.OData + Poller pollers.Poller + type DeleteInvoiceSectionEligibilityCode string + const DeleteInvoiceSectionEligibilityCodeActiveAzurePlans + const DeleteInvoiceSectionEligibilityCodeActiveBillingSubscriptions + const DeleteInvoiceSectionEligibilityCodeLastInvoiceSection + const DeleteInvoiceSectionEligibilityCodeOther + const DeleteInvoiceSectionEligibilityCodeReservedInstances + func (s *DeleteInvoiceSectionEligibilityCode) UnmarshalJSON(bytes []byte) error + type DeleteInvoiceSectionEligibilityDetail struct + Code *DeleteInvoiceSectionEligibilityCode + Message *string + type DeleteInvoiceSectionEligibilityResult struct + EligibilityDetails *[]DeleteInvoiceSectionEligibilityDetail + EligibilityStatus *DeleteInvoiceSectionEligibilityStatus + type DeleteInvoiceSectionEligibilityStatus string + const DeleteInvoiceSectionEligibilityStatusAllowed + const DeleteInvoiceSectionEligibilityStatusNotAllowed + func (s *DeleteInvoiceSectionEligibilityStatus) UnmarshalJSON(bytes []byte) error + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *InvoiceSection + OData *odata.OData + type InvoiceSection struct + Id *string + Name *string + Properties *InvoiceSectionProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type InvoiceSectionClient struct + Client *resourcemanager.Client + func NewInvoiceSectionClientWithBaseURI(sdkApi sdkEnv.Api) (*InvoiceSectionClient, error) + func (c InvoiceSectionClient) CreateOrUpdate(ctx context.Context, id InvoiceSectionId, input InvoiceSection) (result CreateOrUpdateOperationResponse, err error) + func (c InvoiceSectionClient) CreateOrUpdateThenPoll(ctx context.Context, id InvoiceSectionId, input InvoiceSection) error + func (c InvoiceSectionClient) Delete(ctx context.Context, id InvoiceSectionId) (result DeleteOperationResponse, err error) + func (c InvoiceSectionClient) DeleteThenPoll(ctx context.Context, id InvoiceSectionId) error + func (c InvoiceSectionClient) Get(ctx context.Context, id InvoiceSectionId) (result GetOperationResponse, err error) + func (c InvoiceSectionClient) ListByBillingProfile(ctx context.Context, id BillingProfileId, ...) (result ListByBillingProfileOperationResponse, err error) + func (c InvoiceSectionClient) ListByBillingProfileComplete(ctx context.Context, id BillingProfileId, ...) (ListByBillingProfileCompleteResult, error) + func (c InvoiceSectionClient) ListByBillingProfileCompleteMatchingPredicate(ctx context.Context, id BillingProfileId, ...) (result ListByBillingProfileCompleteResult, err error) + func (c InvoiceSectionClient) ValidateDeleteEligibility(ctx context.Context, id InvoiceSectionId) (result ValidateDeleteEligibilityOperationResponse, err error) + type InvoiceSectionId struct + BillingAccountName string + BillingProfileName string + InvoiceSectionName string + func NewInvoiceSectionID(billingAccountName string, billingProfileName string, ...) InvoiceSectionId + func ParseInvoiceSectionID(input string) (*InvoiceSectionId, error) + func ParseInvoiceSectionIDInsensitively(input string) (*InvoiceSectionId, error) + func (id *InvoiceSectionId) FromParseResult(input resourceids.ParseResult) error + func (id InvoiceSectionId) ID() string + func (id InvoiceSectionId) Segments() []resourceids.Segment + func (id InvoiceSectionId) String() string + type InvoiceSectionOperationPredicate struct + Id *string + Name *string + Type *string + func (p InvoiceSectionOperationPredicate) Matches(input InvoiceSection) bool + type InvoiceSectionProperties struct + DisplayName *string + ProvisioningState *ProvisioningState + ReasonCode *InvoiceSectionStateReasonCode + State *InvoiceSectionState + SystemId *string + Tags *map[string]string + TargetCloud *string + type InvoiceSectionState string + const InvoiceSectionStateActive + const InvoiceSectionStateDeleted + const InvoiceSectionStateDisabled + const InvoiceSectionStateOther + const InvoiceSectionStateRestricted + const InvoiceSectionStateUnderReview + const InvoiceSectionStateWarned + func (s *InvoiceSectionState) UnmarshalJSON(bytes []byte) error + type InvoiceSectionStateReasonCode string + const InvoiceSectionStateReasonCodeOther + const InvoiceSectionStateReasonCodePastDue + const InvoiceSectionStateReasonCodeSpendingLimitExpired + const InvoiceSectionStateReasonCodeSpendingLimitReached + const InvoiceSectionStateReasonCodeUnusualActivity + func (s *InvoiceSectionStateReasonCode) UnmarshalJSON(bytes []byte) error + type ListByBillingProfileCompleteResult struct + Items []InvoiceSection + LatestHttpResponse *http.Response + type ListByBillingProfileCustomPager struct + NextLink *odata.Link + func (p *ListByBillingProfileCustomPager) NextPageLink() *odata.Link + type ListByBillingProfileOperationOptions struct + Count *bool + Filter *string + IncludeDeleted *bool + OrderBy *string + Search *string + Skip *int64 + Top *int64 + func DefaultListByBillingProfileOperationOptions() ListByBillingProfileOperationOptions + func (o ListByBillingProfileOperationOptions) ToHeaders() *client.Headers + func (o ListByBillingProfileOperationOptions) ToOData() *odata.Query + func (o ListByBillingProfileOperationOptions) ToQuery() *client.QueryParams + type ListByBillingProfileOperationResponse struct + HttpResponse *http.Response + Model *[]InvoiceSection + OData *odata.OData + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateFailed + const ProvisioningStateNew + const ProvisioningStatePending + const ProvisioningStateProvisioning + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type ValidateDeleteEligibilityOperationResponse struct + HttpResponse *http.Response + Model *DeleteInvoiceSectionEligibilityResult + OData *odata.OData