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 PossibleValuesForAutoRenew() []string + func PossibleValuesForBillingSubscriptionOperationStatus() []string + func PossibleValuesForBillingSubscriptionStatus() []string + func PossibleValuesForCancellation() []string + func PossibleValuesForCancellationReason() []string + func PossibleValuesForProvisioningState() []string + func PossibleValuesForSubscriptionEnrollmentAccountStatus() []string + func PossibleValuesForSubscriptionStatusReason() []string + func PossibleValuesForSubscriptionTransferValidationErrorCode() []string + func ValidateBillingAccountBillingSubscriptionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateBillingAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateBillingProfileBillingSubscriptionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateBillingProfileCustomerID(input interface{}, key string) (warnings []string, errors []error) + func ValidateBillingProfileID(input interface{}, key string) (warnings []string, errors []error) + func ValidateBillingSubscriptionAliasID(input interface{}, key string) (warnings []string, errors []error) + func ValidateCustomerID(input interface{}, key string) (warnings []string, errors []error) + func ValidateEnrollmentAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateInvoiceSectionID(input interface{}, key string) (warnings []string, errors []error) + type AliasesCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *BillingSubscriptionAlias + OData *odata.OData + Poller pollers.Poller + type AliasesGetOperationResponse struct + HttpResponse *http.Response + Model *BillingSubscriptionAlias + OData *odata.OData + type AliasesListByBillingAccountCompleteResult struct + Items []BillingSubscriptionAlias + LatestHttpResponse *http.Response + type AliasesListByBillingAccountCustomPager struct + NextLink *odata.Link + func (p *AliasesListByBillingAccountCustomPager) NextPageLink() *odata.Link + type AliasesListByBillingAccountOperationOptions struct + Count *bool + Filter *string + IncludeDeleted *bool + OrderBy *string + Search *string + Skip *int64 + Top *int64 + func DefaultAliasesListByBillingAccountOperationOptions() AliasesListByBillingAccountOperationOptions + func (o AliasesListByBillingAccountOperationOptions) ToHeaders() *client.Headers + func (o AliasesListByBillingAccountOperationOptions) ToOData() *odata.Query + func (o AliasesListByBillingAccountOperationOptions) ToQuery() *client.QueryParams + type AliasesListByBillingAccountOperationResponse struct + HttpResponse *http.Response + Model *[]BillingSubscriptionAlias + OData *odata.OData + type Amount struct + Currency *string + Value *float64 + type AutoRenew string + const AutoRenewOff + const AutoRenewOn + func (s *AutoRenew) UnmarshalJSON(bytes []byte) error + type Beneficiary struct + ObjectId *string + TenantId *string + type BillingAccountBillingSubscriptionId struct + BillingAccountName string + BillingSubscriptionName string + func NewBillingAccountBillingSubscriptionID(billingAccountName string, billingSubscriptionName string) BillingAccountBillingSubscriptionId + func ParseBillingAccountBillingSubscriptionID(input string) (*BillingAccountBillingSubscriptionId, error) + func ParseBillingAccountBillingSubscriptionIDInsensitively(input string) (*BillingAccountBillingSubscriptionId, error) + func (id *BillingAccountBillingSubscriptionId) FromParseResult(input resourceids.ParseResult) error + func (id BillingAccountBillingSubscriptionId) ID() string + func (id BillingAccountBillingSubscriptionId) Segments() []resourceids.Segment + func (id BillingAccountBillingSubscriptionId) String() string + type BillingAccountId struct + BillingAccountName string + func NewBillingAccountID(billingAccountName string) BillingAccountId + func ParseBillingAccountID(input string) (*BillingAccountId, error) + func ParseBillingAccountIDInsensitively(input string) (*BillingAccountId, error) + func (id *BillingAccountId) FromParseResult(input resourceids.ParseResult) error + func (id BillingAccountId) ID() string + func (id BillingAccountId) Segments() []resourceids.Segment + func (id BillingAccountId) String() string + type BillingProfileBillingSubscriptionId struct + BillingAccountName string + BillingProfileName string + BillingSubscriptionName string + func NewBillingProfileBillingSubscriptionID(billingAccountName string, billingProfileName string, ...) BillingProfileBillingSubscriptionId + func ParseBillingProfileBillingSubscriptionID(input string) (*BillingProfileBillingSubscriptionId, error) + func ParseBillingProfileBillingSubscriptionIDInsensitively(input string) (*BillingProfileBillingSubscriptionId, error) + func (id *BillingProfileBillingSubscriptionId) FromParseResult(input resourceids.ParseResult) error + func (id BillingProfileBillingSubscriptionId) ID() string + func (id BillingProfileBillingSubscriptionId) Segments() []resourceids.Segment + func (id BillingProfileBillingSubscriptionId) String() string + type BillingProfileCustomerId struct + BillingAccountName string + BillingProfileName string + CustomerName string + func NewBillingProfileCustomerID(billingAccountName string, billingProfileName string, customerName string) BillingProfileCustomerId + func ParseBillingProfileCustomerID(input string) (*BillingProfileCustomerId, error) + func ParseBillingProfileCustomerIDInsensitively(input string) (*BillingProfileCustomerId, error) + func (id *BillingProfileCustomerId) FromParseResult(input resourceids.ParseResult) error + func (id BillingProfileCustomerId) ID() string + func (id BillingProfileCustomerId) Segments() []resourceids.Segment + func (id BillingProfileCustomerId) String() string + 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 BillingSubscription struct + Id *string + Name *string + Properties *BillingSubscriptionProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type BillingSubscriptionAlias struct + Id *string + Name *string + Properties *BillingSubscriptionAliasProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type BillingSubscriptionAliasId struct + BillingAccountName string + BillingSubscriptionAliasName string + func NewBillingSubscriptionAliasID(billingAccountName string, billingSubscriptionAliasName string) BillingSubscriptionAliasId + func ParseBillingSubscriptionAliasID(input string) (*BillingSubscriptionAliasId, error) + func ParseBillingSubscriptionAliasIDInsensitively(input string) (*BillingSubscriptionAliasId, error) + func (id *BillingSubscriptionAliasId) FromParseResult(input resourceids.ParseResult) error + func (id BillingSubscriptionAliasId) ID() string + func (id BillingSubscriptionAliasId) Segments() []resourceids.Segment + func (id BillingSubscriptionAliasId) String() string + type BillingSubscriptionAliasOperationPredicate struct + Id *string + Name *string + Type *string + func (p BillingSubscriptionAliasOperationPredicate) Matches(input BillingSubscriptionAlias) bool + type BillingSubscriptionAliasProperties struct + AutoRenew *AutoRenew + Beneficiary *Beneficiary + BeneficiaryTenantId *string + BillingFrequency *string + BillingPolicies *map[string]string + BillingProfileDisplayName *string + BillingProfileId *string + BillingProfileName *string + BillingSubscriptionId *string + ConsumptionCostCenter *string + CustomerDisplayName *string + CustomerId *string + CustomerName *string + DisplayName *string + EnrollmentAccountDisplayName *string + EnrollmentAccountId *string + EnrollmentAccountSubscriptionDetails *EnrollmentAccountSubscriptionDetails + InvoiceSectionDisplayName *string + InvoiceSectionId *string + InvoiceSectionName *string + LastMonthCharges *Amount + MonthToDateCharges *Amount + NextBillingCycleDetails *NextBillingCycleDetails + OfferId *string + OperationStatus *BillingSubscriptionOperationStatus + ProductCategory *string + ProductType *string + ProductTypeId *string + ProvisioningState *ProvisioningState + ProvisioningTenantId *string + PurchaseDate *string + Quantity *int64 + RenewalTermDetails *RenewalTermDetails + Reseller *Reseller + ResourceUri *string + SkuDescription *string + SkuId *string + Status *BillingSubscriptionStatus + SubscriptionId *string + SuspensionReasonDetails *[]BillingSubscriptionStatusDetails + SuspensionReasons *[]string + SystemOverrides *SystemOverrides + TermDuration *string + TermEndDate *string + TermStartDate *string + func (o *BillingSubscriptionAliasProperties) GetPurchaseDateAsTime() (*time.Time, error) + func (o *BillingSubscriptionAliasProperties) GetTermEndDateAsTime() (*time.Time, error) + func (o *BillingSubscriptionAliasProperties) GetTermStartDateAsTime() (*time.Time, error) + func (o *BillingSubscriptionAliasProperties) SetPurchaseDateAsTime(input time.Time) + func (o *BillingSubscriptionAliasProperties) SetTermEndDateAsTime(input time.Time) + func (o *BillingSubscriptionAliasProperties) SetTermStartDateAsTime(input time.Time) + type BillingSubscriptionClient struct + Client *resourcemanager.Client + func NewBillingSubscriptionClientWithBaseURI(sdkApi sdkEnv.Api) (*BillingSubscriptionClient, error) + func (c BillingSubscriptionClient) AliasesCreateOrUpdate(ctx context.Context, id BillingSubscriptionAliasId, ...) (result AliasesCreateOrUpdateOperationResponse, err error) + func (c BillingSubscriptionClient) AliasesCreateOrUpdateThenPoll(ctx context.Context, id BillingSubscriptionAliasId, ...) error + func (c BillingSubscriptionClient) AliasesGet(ctx context.Context, id BillingSubscriptionAliasId) (result AliasesGetOperationResponse, err error) + func (c BillingSubscriptionClient) AliasesListByBillingAccount(ctx context.Context, id BillingAccountId, ...) (result AliasesListByBillingAccountOperationResponse, err error) + func (c BillingSubscriptionClient) AliasesListByBillingAccountComplete(ctx context.Context, id BillingAccountId, ...) (AliasesListByBillingAccountCompleteResult, error) + func (c BillingSubscriptionClient) AliasesListByBillingAccountCompleteMatchingPredicate(ctx context.Context, id BillingAccountId, ...) (result AliasesListByBillingAccountCompleteResult, err error) + func (c BillingSubscriptionClient) Cancel(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) (result CancelOperationResponse, err error) + func (c BillingSubscriptionClient) CancelThenPoll(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) error + func (c BillingSubscriptionClient) Delete(ctx context.Context, id BillingAccountBillingSubscriptionId) (result DeleteOperationResponse, err error) + func (c BillingSubscriptionClient) DeleteThenPoll(ctx context.Context, id BillingAccountBillingSubscriptionId) error + func (c BillingSubscriptionClient) Get(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) (result GetOperationResponse, err error) + func (c BillingSubscriptionClient) GetByBillingProfile(ctx context.Context, id BillingProfileBillingSubscriptionId, ...) (result GetByBillingProfileOperationResponse, err error) + func (c BillingSubscriptionClient) ListByBillingAccount(ctx context.Context, id BillingAccountId, ...) (result ListByBillingAccountOperationResponse, err error) + func (c BillingSubscriptionClient) ListByBillingAccountComplete(ctx context.Context, id BillingAccountId, ...) (ListByBillingAccountCompleteResult, error) + func (c BillingSubscriptionClient) ListByBillingAccountCompleteMatchingPredicate(ctx context.Context, id BillingAccountId, ...) (result ListByBillingAccountCompleteResult, err error) + func (c BillingSubscriptionClient) ListByBillingProfile(ctx context.Context, id BillingProfileId, ...) (result ListByBillingProfileOperationResponse, err error) + func (c BillingSubscriptionClient) ListByBillingProfileComplete(ctx context.Context, id BillingProfileId, ...) (ListByBillingProfileCompleteResult, error) + func (c BillingSubscriptionClient) ListByBillingProfileCompleteMatchingPredicate(ctx context.Context, id BillingProfileId, ...) (result ListByBillingProfileCompleteResult, err error) + func (c BillingSubscriptionClient) ListByCustomer(ctx context.Context, id BillingProfileCustomerId, ...) (result ListByCustomerOperationResponse, err error) + func (c BillingSubscriptionClient) ListByCustomerAtBillingAccount(ctx context.Context, id CustomerId, ...) (result ListByCustomerAtBillingAccountOperationResponse, err error) + func (c BillingSubscriptionClient) ListByCustomerAtBillingAccountComplete(ctx context.Context, id CustomerId, ...) (ListByCustomerAtBillingAccountCompleteResult, error) + func (c BillingSubscriptionClient) ListByCustomerAtBillingAccountCompleteMatchingPredicate(ctx context.Context, id CustomerId, ...) (result ListByCustomerAtBillingAccountCompleteResult, err error) + func (c BillingSubscriptionClient) ListByCustomerComplete(ctx context.Context, id BillingProfileCustomerId, ...) (ListByCustomerCompleteResult, error) + func (c BillingSubscriptionClient) ListByCustomerCompleteMatchingPredicate(ctx context.Context, id BillingProfileCustomerId, ...) (result ListByCustomerCompleteResult, err error) + func (c BillingSubscriptionClient) ListByEnrollmentAccount(ctx context.Context, id EnrollmentAccountId, ...) (result ListByEnrollmentAccountOperationResponse, err error) + func (c BillingSubscriptionClient) ListByEnrollmentAccountComplete(ctx context.Context, id EnrollmentAccountId, ...) (ListByEnrollmentAccountCompleteResult, error) + func (c BillingSubscriptionClient) ListByEnrollmentAccountCompleteMatchingPredicate(ctx context.Context, id EnrollmentAccountId, ...) (result ListByEnrollmentAccountCompleteResult, err error) + func (c BillingSubscriptionClient) ListByInvoiceSection(ctx context.Context, id InvoiceSectionId, ...) (result ListByInvoiceSectionOperationResponse, err error) + func (c BillingSubscriptionClient) ListByInvoiceSectionComplete(ctx context.Context, id InvoiceSectionId, ...) (ListByInvoiceSectionCompleteResult, error) + func (c BillingSubscriptionClient) ListByInvoiceSectionCompleteMatchingPredicate(ctx context.Context, id InvoiceSectionId, ...) (result ListByInvoiceSectionCompleteResult, err error) + func (c BillingSubscriptionClient) Merge(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) (result MergeOperationResponse, err error) + func (c BillingSubscriptionClient) MergeThenPoll(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) error + func (c BillingSubscriptionClient) Move(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) (result MoveOperationResponse, err error) + func (c BillingSubscriptionClient) MoveThenPoll(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) error + func (c BillingSubscriptionClient) Split(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) (result SplitOperationResponse, err error) + func (c BillingSubscriptionClient) SplitThenPoll(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) error + func (c BillingSubscriptionClient) Update(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) (result UpdateOperationResponse, err error) + func (c BillingSubscriptionClient) UpdateThenPoll(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) error + func (c BillingSubscriptionClient) ValidateMoveEligibility(ctx context.Context, id BillingAccountBillingSubscriptionId, ...) (result ValidateMoveEligibilityOperationResponse, err error) + type BillingSubscriptionMergeRequest struct + Quantity *int64 + TargetBillingSubscriptionName *string + type BillingSubscriptionOperationPredicate struct + Id *string + Name *string + Type *string + func (p BillingSubscriptionOperationPredicate) Matches(input BillingSubscription) bool + type BillingSubscriptionOperationStatus string + const BillingSubscriptionOperationStatusLockedForUpdate + const BillingSubscriptionOperationStatusNone + const BillingSubscriptionOperationStatusOther + func (s *BillingSubscriptionOperationStatus) UnmarshalJSON(bytes []byte) error + type BillingSubscriptionPatch struct + Id *string + Name *string + Properties *BillingSubscriptionProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type BillingSubscriptionProperties struct + AutoRenew *AutoRenew + Beneficiary *Beneficiary + BeneficiaryTenantId *string + BillingFrequency *string + BillingPolicies *map[string]string + BillingProfileDisplayName *string + BillingProfileId *string + BillingProfileName *string + ConsumptionCostCenter *string + CustomerDisplayName *string + CustomerId *string + CustomerName *string + DisplayName *string + EnrollmentAccountDisplayName *string + EnrollmentAccountId *string + EnrollmentAccountSubscriptionDetails *EnrollmentAccountSubscriptionDetails + InvoiceSectionDisplayName *string + InvoiceSectionId *string + InvoiceSectionName *string + LastMonthCharges *Amount + MonthToDateCharges *Amount + NextBillingCycleDetails *NextBillingCycleDetails + OfferId *string + OperationStatus *BillingSubscriptionOperationStatus + ProductCategory *string + ProductType *string + ProductTypeId *string + ProvisioningState *ProvisioningState + ProvisioningTenantId *string + PurchaseDate *string + Quantity *int64 + RenewalTermDetails *RenewalTermDetails + Reseller *Reseller + ResourceUri *string + SkuDescription *string + SkuId *string + Status *BillingSubscriptionStatus + SubscriptionId *string + SuspensionReasonDetails *[]BillingSubscriptionStatusDetails + SuspensionReasons *[]string + SystemOverrides *SystemOverrides + TermDuration *string + TermEndDate *string + TermStartDate *string + func (o *BillingSubscriptionProperties) GetPurchaseDateAsTime() (*time.Time, error) + func (o *BillingSubscriptionProperties) GetTermEndDateAsTime() (*time.Time, error) + func (o *BillingSubscriptionProperties) GetTermStartDateAsTime() (*time.Time, error) + func (o *BillingSubscriptionProperties) SetPurchaseDateAsTime(input time.Time) + func (o *BillingSubscriptionProperties) SetTermEndDateAsTime(input time.Time) + func (o *BillingSubscriptionProperties) SetTermStartDateAsTime(input time.Time) + type BillingSubscriptionSplitRequest struct + BillingFrequency *string + Quantity *int64 + TargetProductTypeId *string + TargetSkuId *string + TermDuration *string + type BillingSubscriptionStatus string + const BillingSubscriptionStatusActive + const BillingSubscriptionStatusAutoRenew + const BillingSubscriptionStatusCancelled + const BillingSubscriptionStatusDeleted + const BillingSubscriptionStatusDisabled + const BillingSubscriptionStatusExpired + const BillingSubscriptionStatusExpiring + const BillingSubscriptionStatusFailed + const BillingSubscriptionStatusOther + const BillingSubscriptionStatusSuspended + const BillingSubscriptionStatusUnknown + const BillingSubscriptionStatusWarned + func (s *BillingSubscriptionStatus) UnmarshalJSON(bytes []byte) error + type BillingSubscriptionStatusDetails struct + EffectiveDate *string + Reason *SubscriptionStatusReason + func (o *BillingSubscriptionStatusDetails) GetEffectiveDateAsTime() (*time.Time, error) + func (o *BillingSubscriptionStatusDetails) SetEffectiveDateAsTime(input time.Time) + type CancelOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type CancelSubscriptionRequest struct + CancellationReason CancellationReason + CustomerId *string + type Cancellation string + const CancellationAllowed + const CancellationNotAllowed + func (s *Cancellation) UnmarshalJSON(bytes []byte) error + type CancellationReason string + const CancellationReasonCompromise + const CancellationReasonDispute + const CancellationReasonOther + func (s *CancellationReason) UnmarshalJSON(bytes []byte) error + type CustomerId struct + BillingAccountName string + CustomerName string + func NewCustomerID(billingAccountName string, customerName string) CustomerId + func ParseCustomerID(input string) (*CustomerId, error) + func ParseCustomerIDInsensitively(input string) (*CustomerId, error) + func (id *CustomerId) FromParseResult(input resourceids.ParseResult) error + func (id CustomerId) ID() string + func (id CustomerId) Segments() []resourceids.Segment + func (id CustomerId) String() string + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type EnrollmentAccountId struct + BillingAccountName string + EnrollmentAccountName string + func NewEnrollmentAccountID(billingAccountName string, enrollmentAccountName string) EnrollmentAccountId + func ParseEnrollmentAccountID(input string) (*EnrollmentAccountId, error) + func ParseEnrollmentAccountIDInsensitively(input string) (*EnrollmentAccountId, error) + func (id *EnrollmentAccountId) FromParseResult(input resourceids.ParseResult) error + func (id EnrollmentAccountId) ID() string + func (id EnrollmentAccountId) Segments() []resourceids.Segment + func (id EnrollmentAccountId) String() string + type EnrollmentAccountSubscriptionDetails struct + EnrollmentAccountStartDate *string + SubscriptionEnrollmentAccountStatus *SubscriptionEnrollmentAccountStatus + func (o *EnrollmentAccountSubscriptionDetails) GetEnrollmentAccountStartDateAsTime() (*time.Time, error) + func (o *EnrollmentAccountSubscriptionDetails) SetEnrollmentAccountStartDateAsTime(input time.Time) + type GetByBillingProfileOperationOptions struct + Expand *string + func DefaultGetByBillingProfileOperationOptions() GetByBillingProfileOperationOptions + func (o GetByBillingProfileOperationOptions) ToHeaders() *client.Headers + func (o GetByBillingProfileOperationOptions) ToOData() *odata.Query + func (o GetByBillingProfileOperationOptions) ToQuery() *client.QueryParams + type GetByBillingProfileOperationResponse struct + HttpResponse *http.Response + Model *BillingSubscription + OData *odata.OData + type GetOperationOptions struct + Expand *string + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *BillingSubscription + OData *odata.OData + 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 ListByBillingAccountCompleteResult struct + Items []BillingSubscription + LatestHttpResponse *http.Response + type ListByBillingAccountCustomPager struct + NextLink *odata.Link + func (p *ListByBillingAccountCustomPager) NextPageLink() *odata.Link + type ListByBillingAccountOperationOptions struct + Count *bool + Expand *string + Filter *string + IncludeDeleted *bool + IncludeFailed *bool + IncludeTenantSubscriptions *bool + OrderBy *string + Search *string + Skip *int64 + Top *int64 + func DefaultListByBillingAccountOperationOptions() ListByBillingAccountOperationOptions + func (o ListByBillingAccountOperationOptions) ToHeaders() *client.Headers + func (o ListByBillingAccountOperationOptions) ToOData() *odata.Query + func (o ListByBillingAccountOperationOptions) ToQuery() *client.QueryParams + type ListByBillingAccountOperationResponse struct + HttpResponse *http.Response + Model *[]BillingSubscription + OData *odata.OData + type ListByBillingProfileCompleteResult struct + Items []BillingSubscription + LatestHttpResponse *http.Response + type ListByBillingProfileCustomPager struct + NextLink *odata.Link + func (p *ListByBillingProfileCustomPager) NextPageLink() *odata.Link + type ListByBillingProfileOperationOptions struct + Count *bool + Expand *string + 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 *[]BillingSubscription + OData *odata.OData + type ListByCustomerAtBillingAccountCompleteResult struct + Items []BillingSubscription + LatestHttpResponse *http.Response + type ListByCustomerAtBillingAccountCustomPager struct + NextLink *odata.Link + func (p *ListByCustomerAtBillingAccountCustomPager) NextPageLink() *odata.Link + type ListByCustomerAtBillingAccountOperationOptions struct + Count *bool + Expand *string + Filter *string + IncludeDeleted *bool + OrderBy *string + Search *string + Skip *int64 + Top *int64 + func DefaultListByCustomerAtBillingAccountOperationOptions() ListByCustomerAtBillingAccountOperationOptions + func (o ListByCustomerAtBillingAccountOperationOptions) ToHeaders() *client.Headers + func (o ListByCustomerAtBillingAccountOperationOptions) ToOData() *odata.Query + func (o ListByCustomerAtBillingAccountOperationOptions) ToQuery() *client.QueryParams + type ListByCustomerAtBillingAccountOperationResponse struct + HttpResponse *http.Response + Model *[]BillingSubscription + OData *odata.OData + type ListByCustomerCompleteResult struct + Items []BillingSubscription + LatestHttpResponse *http.Response + type ListByCustomerCustomPager struct + NextLink *odata.Link + func (p *ListByCustomerCustomPager) NextPageLink() *odata.Link + type ListByCustomerOperationOptions struct + Count *bool + Expand *string + Filter *string + IncludeDeleted *bool + OrderBy *string + Search *string + Skip *int64 + Top *int64 + func DefaultListByCustomerOperationOptions() ListByCustomerOperationOptions + func (o ListByCustomerOperationOptions) ToHeaders() *client.Headers + func (o ListByCustomerOperationOptions) ToOData() *odata.Query + func (o ListByCustomerOperationOptions) ToQuery() *client.QueryParams + type ListByCustomerOperationResponse struct + HttpResponse *http.Response + Model *[]BillingSubscription + OData *odata.OData + type ListByEnrollmentAccountCompleteResult struct + Items []BillingSubscription + LatestHttpResponse *http.Response + type ListByEnrollmentAccountCustomPager struct + NextLink *odata.Link + func (p *ListByEnrollmentAccountCustomPager) NextPageLink() *odata.Link + type ListByEnrollmentAccountOperationOptions struct + Count *bool + Filter *string + OrderBy *string + Search *string + Skip *int64 + Top *int64 + func DefaultListByEnrollmentAccountOperationOptions() ListByEnrollmentAccountOperationOptions + func (o ListByEnrollmentAccountOperationOptions) ToHeaders() *client.Headers + func (o ListByEnrollmentAccountOperationOptions) ToOData() *odata.Query + func (o ListByEnrollmentAccountOperationOptions) ToQuery() *client.QueryParams + type ListByEnrollmentAccountOperationResponse struct + HttpResponse *http.Response + Model *[]BillingSubscription + OData *odata.OData + type ListByInvoiceSectionCompleteResult struct + Items []BillingSubscription + LatestHttpResponse *http.Response + type ListByInvoiceSectionCustomPager struct + NextLink *odata.Link + func (p *ListByInvoiceSectionCustomPager) NextPageLink() *odata.Link + type ListByInvoiceSectionOperationOptions struct + Count *bool + Expand *string + Filter *string + IncludeDeleted *bool + OrderBy *string + Search *string + Skip *int64 + Top *int64 + func DefaultListByInvoiceSectionOperationOptions() ListByInvoiceSectionOperationOptions + func (o ListByInvoiceSectionOperationOptions) ToHeaders() *client.Headers + func (o ListByInvoiceSectionOperationOptions) ToOData() *odata.Query + func (o ListByInvoiceSectionOperationOptions) ToQuery() *client.QueryParams + type ListByInvoiceSectionOperationResponse struct + HttpResponse *http.Response + Model *[]BillingSubscription + OData *odata.OData + type MergeOperationResponse struct + HttpResponse *http.Response + Model *BillingSubscription + OData *odata.OData + Poller pollers.Poller + type MoveBillingSubscriptionEligibilityResult struct + ErrorDetails *MoveBillingSubscriptionErrorDetails + IsMoveEligible *bool + type MoveBillingSubscriptionErrorDetails struct + Code *SubscriptionTransferValidationErrorCode + Details *string + Message *string + type MoveBillingSubscriptionRequest struct + DestinationEnrollmentAccountId *string + DestinationInvoiceSectionId *string + type MoveOperationResponse struct + HttpResponse *http.Response + Model *BillingSubscription + OData *odata.OData + Poller pollers.Poller + type NextBillingCycleDetails struct + BillingFrequency *string + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateFailed + const ProvisioningStateNew + const ProvisioningStatePending + const ProvisioningStateProvisioning + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type RenewalTermDetails struct + BillingFrequency *string + ProductId *string + ProductTypeId *string + Quantity *int64 + SkuId *string + TermDuration *string + TermEndDate *string + func (o *RenewalTermDetails) GetTermEndDateAsTime() (*time.Time, error) + func (o *RenewalTermDetails) SetTermEndDateAsTime(input time.Time) + type Reseller struct + Description *string + ResellerId *string + type SplitOperationResponse struct + HttpResponse *http.Response + Model *BillingSubscription + OData *odata.OData + Poller pollers.Poller + type SubscriptionEnrollmentAccountStatus string + const SubscriptionEnrollmentAccountStatusActive + const SubscriptionEnrollmentAccountStatusCancelled + const SubscriptionEnrollmentAccountStatusDeleted + const SubscriptionEnrollmentAccountStatusExpired + const SubscriptionEnrollmentAccountStatusInactive + const SubscriptionEnrollmentAccountStatusTransferredOut + const SubscriptionEnrollmentAccountStatusTransferring + func (s *SubscriptionEnrollmentAccountStatus) UnmarshalJSON(bytes []byte) error + type SubscriptionStatusReason string + const SubscriptionStatusReasonCancelled + const SubscriptionStatusReasonExpired + const SubscriptionStatusReasonNone + const SubscriptionStatusReasonOther + const SubscriptionStatusReasonPastDue + const SubscriptionStatusReasonPolicyViolation + const SubscriptionStatusReasonSpendingLimitReached + const SubscriptionStatusReasonSuspiciousActivity + const SubscriptionStatusReasonTransferred + func (s *SubscriptionStatusReason) UnmarshalJSON(bytes []byte) error + type SubscriptionTransferValidationErrorCode string + const SubscriptionTransferValidationErrorCodeAccountIsLocked + const SubscriptionTransferValidationErrorCodeAssetHasCap + const SubscriptionTransferValidationErrorCodeAssetNotActive + const SubscriptionTransferValidationErrorCodeBillingAccountInactive + const SubscriptionTransferValidationErrorCodeBillingProfilePastDue + const SubscriptionTransferValidationErrorCodeCrossBillingAccountNotAllowed + const SubscriptionTransferValidationErrorCodeDestinationBillingProfileInactive + const SubscriptionTransferValidationErrorCodeDestinationBillingProfileNotFound + const SubscriptionTransferValidationErrorCodeDestinationBillingProfilePastDue + const SubscriptionTransferValidationErrorCodeDestinationInvoiceSectionInactive + const SubscriptionTransferValidationErrorCodeDestinationInvoiceSectionNotFound + const SubscriptionTransferValidationErrorCodeInsufficientPermissionOnDestination + const SubscriptionTransferValidationErrorCodeInsufficientPermissionOnSource + const SubscriptionTransferValidationErrorCodeInvalidDestination + const SubscriptionTransferValidationErrorCodeInvalidSource + const SubscriptionTransferValidationErrorCodeInvoiceSectionIsRestricted + const SubscriptionTransferValidationErrorCodeMarketplaceNotEnabledOnDestination + const SubscriptionTransferValidationErrorCodeNoActiveAzurePlan + const SubscriptionTransferValidationErrorCodeNone + const SubscriptionTransferValidationErrorCodeOther + const SubscriptionTransferValidationErrorCodeProductInactive + const SubscriptionTransferValidationErrorCodeProductNotFound + const SubscriptionTransferValidationErrorCodeProductTypeNotSupported + const SubscriptionTransferValidationErrorCodeSourceBillingProfilePastDue + const SubscriptionTransferValidationErrorCodeSourceInvoiceSectionInactive + const SubscriptionTransferValidationErrorCodeSubscriptionHasReservations + const SubscriptionTransferValidationErrorCodeSubscriptionNotActive + const SubscriptionTransferValidationErrorCodeSubscriptionTypeNotSupported + func (s *SubscriptionTransferValidationErrorCode) UnmarshalJSON(bytes []byte) error + type SystemOverrides struct + Cancellation *Cancellation + CancellationAllowedEndDate *string + func (o *SystemOverrides) GetCancellationAllowedEndDateAsTime() (*time.Time, error) + func (o *SystemOverrides) SetCancellationAllowedEndDateAsTime(input time.Time) + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *BillingSubscription + OData *odata.OData + Poller pollers.Poller + type ValidateMoveEligibilityOperationResponse struct + HttpResponse *http.Response + Model *MoveBillingSubscriptionEligibilityResult + OData *odata.OData