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 ValidateBillingAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateBillingProfileBillingRoleDefinitionID(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 ValidateBillingRoleDefinitionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateCustomerBillingRoleDefinitionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateDepartmentBillingRoleDefinitionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateDepartmentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateEnrollmentAccountBillingRoleDefinitionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateEnrollmentAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateInvoiceSectionBillingRoleDefinitionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateInvoiceSectionID(input interface{}, key string) (warnings []string, errors []error) + 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 BillingPermission struct + Actions *[]string + NotActions *[]string + type BillingProfileBillingRoleDefinitionId struct + BillingAccountName string + BillingProfileName string + BillingRoleDefinitionName string + func NewBillingProfileBillingRoleDefinitionID(billingAccountName string, billingProfileName string, ...) BillingProfileBillingRoleDefinitionId + func ParseBillingProfileBillingRoleDefinitionID(input string) (*BillingProfileBillingRoleDefinitionId, error) + func ParseBillingProfileBillingRoleDefinitionIDInsensitively(input string) (*BillingProfileBillingRoleDefinitionId, error) + func (id *BillingProfileBillingRoleDefinitionId) FromParseResult(input resourceids.ParseResult) error + func (id BillingProfileBillingRoleDefinitionId) ID() string + func (id BillingProfileBillingRoleDefinitionId) Segments() []resourceids.Segment + func (id BillingProfileBillingRoleDefinitionId) 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 BillingRoleDefinition struct + Id *string + Name *string + Properties *BillingRoleDefinitionProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type BillingRoleDefinitionClient struct + Client *resourcemanager.Client + func NewBillingRoleDefinitionClientWithBaseURI(sdkApi sdkEnv.Api) (*BillingRoleDefinitionClient, error) + func (c BillingRoleDefinitionClient) GetByBillingAccount(ctx context.Context, id BillingRoleDefinitionId) (result GetByBillingAccountOperationResponse, err error) + func (c BillingRoleDefinitionClient) GetByBillingProfile(ctx context.Context, id BillingProfileBillingRoleDefinitionId) (result GetByBillingProfileOperationResponse, err error) + func (c BillingRoleDefinitionClient) GetByCustomer(ctx context.Context, id CustomerBillingRoleDefinitionId) (result GetByCustomerOperationResponse, err error) + func (c BillingRoleDefinitionClient) GetByDepartment(ctx context.Context, id DepartmentBillingRoleDefinitionId) (result GetByDepartmentOperationResponse, err error) + func (c BillingRoleDefinitionClient) GetByEnrollmentAccount(ctx context.Context, id EnrollmentAccountBillingRoleDefinitionId) (result GetByEnrollmentAccountOperationResponse, err error) + func (c BillingRoleDefinitionClient) GetByInvoiceSection(ctx context.Context, id InvoiceSectionBillingRoleDefinitionId) (result GetByInvoiceSectionOperationResponse, err error) + func (c BillingRoleDefinitionClient) ListByBillingAccount(ctx context.Context, id BillingAccountId) (result ListByBillingAccountOperationResponse, err error) + func (c BillingRoleDefinitionClient) ListByBillingAccountComplete(ctx context.Context, id BillingAccountId) (ListByBillingAccountCompleteResult, error) + func (c BillingRoleDefinitionClient) ListByBillingAccountCompleteMatchingPredicate(ctx context.Context, id BillingAccountId, ...) (result ListByBillingAccountCompleteResult, err error) + func (c BillingRoleDefinitionClient) ListByBillingProfile(ctx context.Context, id BillingProfileId) (result ListByBillingProfileOperationResponse, err error) + func (c BillingRoleDefinitionClient) ListByBillingProfileComplete(ctx context.Context, id BillingProfileId) (ListByBillingProfileCompleteResult, error) + func (c BillingRoleDefinitionClient) ListByBillingProfileCompleteMatchingPredicate(ctx context.Context, id BillingProfileId, ...) (result ListByBillingProfileCompleteResult, err error) + func (c BillingRoleDefinitionClient) ListByCustomer(ctx context.Context, id BillingProfileCustomerId) (result ListByCustomerOperationResponse, err error) + func (c BillingRoleDefinitionClient) ListByCustomerComplete(ctx context.Context, id BillingProfileCustomerId) (ListByCustomerCompleteResult, error) + func (c BillingRoleDefinitionClient) ListByCustomerCompleteMatchingPredicate(ctx context.Context, id BillingProfileCustomerId, ...) (result ListByCustomerCompleteResult, err error) + func (c BillingRoleDefinitionClient) ListByDepartment(ctx context.Context, id DepartmentId) (result ListByDepartmentOperationResponse, err error) + func (c BillingRoleDefinitionClient) ListByDepartmentComplete(ctx context.Context, id DepartmentId) (ListByDepartmentCompleteResult, error) + func (c BillingRoleDefinitionClient) ListByDepartmentCompleteMatchingPredicate(ctx context.Context, id DepartmentId, ...) (result ListByDepartmentCompleteResult, err error) + func (c BillingRoleDefinitionClient) ListByEnrollmentAccount(ctx context.Context, id EnrollmentAccountId) (result ListByEnrollmentAccountOperationResponse, err error) + func (c BillingRoleDefinitionClient) ListByEnrollmentAccountComplete(ctx context.Context, id EnrollmentAccountId) (ListByEnrollmentAccountCompleteResult, error) + func (c BillingRoleDefinitionClient) ListByEnrollmentAccountCompleteMatchingPredicate(ctx context.Context, id EnrollmentAccountId, ...) (result ListByEnrollmentAccountCompleteResult, err error) + func (c BillingRoleDefinitionClient) ListByInvoiceSection(ctx context.Context, id InvoiceSectionId) (result ListByInvoiceSectionOperationResponse, err error) + func (c BillingRoleDefinitionClient) ListByInvoiceSectionComplete(ctx context.Context, id InvoiceSectionId) (ListByInvoiceSectionCompleteResult, error) + func (c BillingRoleDefinitionClient) ListByInvoiceSectionCompleteMatchingPredicate(ctx context.Context, id InvoiceSectionId, ...) (result ListByInvoiceSectionCompleteResult, err error) + type BillingRoleDefinitionId struct + BillingAccountName string + BillingRoleDefinitionName string + func NewBillingRoleDefinitionID(billingAccountName string, billingRoleDefinitionName string) BillingRoleDefinitionId + func ParseBillingRoleDefinitionID(input string) (*BillingRoleDefinitionId, error) + func ParseBillingRoleDefinitionIDInsensitively(input string) (*BillingRoleDefinitionId, error) + func (id *BillingRoleDefinitionId) FromParseResult(input resourceids.ParseResult) error + func (id BillingRoleDefinitionId) ID() string + func (id BillingRoleDefinitionId) Segments() []resourceids.Segment + func (id BillingRoleDefinitionId) String() string + type BillingRoleDefinitionOperationPredicate struct + Id *string + Name *string + Type *string + func (p BillingRoleDefinitionOperationPredicate) Matches(input BillingRoleDefinition) bool + type BillingRoleDefinitionProperties struct + Description *string + Permissions *[]BillingPermission + RoleName string + type CustomerBillingRoleDefinitionId struct + BillingAccountName string + BillingProfileName string + BillingRoleDefinitionName string + CustomerName string + func NewCustomerBillingRoleDefinitionID(billingAccountName string, billingProfileName string, customerName string, ...) CustomerBillingRoleDefinitionId + func ParseCustomerBillingRoleDefinitionID(input string) (*CustomerBillingRoleDefinitionId, error) + func ParseCustomerBillingRoleDefinitionIDInsensitively(input string) (*CustomerBillingRoleDefinitionId, error) + func (id *CustomerBillingRoleDefinitionId) FromParseResult(input resourceids.ParseResult) error + func (id CustomerBillingRoleDefinitionId) ID() string + func (id CustomerBillingRoleDefinitionId) Segments() []resourceids.Segment + func (id CustomerBillingRoleDefinitionId) String() string + type DepartmentBillingRoleDefinitionId struct + BillingAccountName string + BillingRoleDefinitionName string + DepartmentName string + func NewDepartmentBillingRoleDefinitionID(billingAccountName string, departmentName string, ...) DepartmentBillingRoleDefinitionId + func ParseDepartmentBillingRoleDefinitionID(input string) (*DepartmentBillingRoleDefinitionId, error) + func ParseDepartmentBillingRoleDefinitionIDInsensitively(input string) (*DepartmentBillingRoleDefinitionId, error) + func (id *DepartmentBillingRoleDefinitionId) FromParseResult(input resourceids.ParseResult) error + func (id DepartmentBillingRoleDefinitionId) ID() string + func (id DepartmentBillingRoleDefinitionId) Segments() []resourceids.Segment + func (id DepartmentBillingRoleDefinitionId) String() string + type DepartmentId struct + BillingAccountName string + DepartmentName string + func NewDepartmentID(billingAccountName string, departmentName string) DepartmentId + func ParseDepartmentID(input string) (*DepartmentId, error) + func ParseDepartmentIDInsensitively(input string) (*DepartmentId, error) + func (id *DepartmentId) FromParseResult(input resourceids.ParseResult) error + func (id DepartmentId) ID() string + func (id DepartmentId) Segments() []resourceids.Segment + func (id DepartmentId) String() string + type EnrollmentAccountBillingRoleDefinitionId struct + BillingAccountName string + BillingRoleDefinitionName string + EnrollmentAccountName string + func NewEnrollmentAccountBillingRoleDefinitionID(billingAccountName string, enrollmentAccountName string, ...) EnrollmentAccountBillingRoleDefinitionId + func ParseEnrollmentAccountBillingRoleDefinitionID(input string) (*EnrollmentAccountBillingRoleDefinitionId, error) + func ParseEnrollmentAccountBillingRoleDefinitionIDInsensitively(input string) (*EnrollmentAccountBillingRoleDefinitionId, error) + func (id *EnrollmentAccountBillingRoleDefinitionId) FromParseResult(input resourceids.ParseResult) error + func (id EnrollmentAccountBillingRoleDefinitionId) ID() string + func (id EnrollmentAccountBillingRoleDefinitionId) Segments() []resourceids.Segment + func (id EnrollmentAccountBillingRoleDefinitionId) String() string + 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 GetByBillingAccountOperationResponse struct + HttpResponse *http.Response + Model *BillingRoleDefinition + OData *odata.OData + type GetByBillingProfileOperationResponse struct + HttpResponse *http.Response + Model *BillingRoleDefinition + OData *odata.OData + type GetByCustomerOperationResponse struct + HttpResponse *http.Response + Model *BillingRoleDefinition + OData *odata.OData + type GetByDepartmentOperationResponse struct + HttpResponse *http.Response + Model *BillingRoleDefinition + OData *odata.OData + type GetByEnrollmentAccountOperationResponse struct + HttpResponse *http.Response + Model *BillingRoleDefinition + OData *odata.OData + type GetByInvoiceSectionOperationResponse struct + HttpResponse *http.Response + Model *BillingRoleDefinition + OData *odata.OData + type InvoiceSectionBillingRoleDefinitionId struct + BillingAccountName string + BillingProfileName string + BillingRoleDefinitionName string + InvoiceSectionName string + func NewInvoiceSectionBillingRoleDefinitionID(billingAccountName string, billingProfileName string, ...) InvoiceSectionBillingRoleDefinitionId + func ParseInvoiceSectionBillingRoleDefinitionID(input string) (*InvoiceSectionBillingRoleDefinitionId, error) + func ParseInvoiceSectionBillingRoleDefinitionIDInsensitively(input string) (*InvoiceSectionBillingRoleDefinitionId, error) + func (id *InvoiceSectionBillingRoleDefinitionId) FromParseResult(input resourceids.ParseResult) error + func (id InvoiceSectionBillingRoleDefinitionId) ID() string + func (id InvoiceSectionBillingRoleDefinitionId) Segments() []resourceids.Segment + func (id InvoiceSectionBillingRoleDefinitionId) String() string + 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 []BillingRoleDefinition + LatestHttpResponse *http.Response + type ListByBillingAccountCustomPager struct + NextLink *odata.Link + func (p *ListByBillingAccountCustomPager) NextPageLink() *odata.Link + type ListByBillingAccountOperationResponse struct + HttpResponse *http.Response + Model *[]BillingRoleDefinition + OData *odata.OData + type ListByBillingProfileCompleteResult struct + Items []BillingRoleDefinition + LatestHttpResponse *http.Response + type ListByBillingProfileCustomPager struct + NextLink *odata.Link + func (p *ListByBillingProfileCustomPager) NextPageLink() *odata.Link + type ListByBillingProfileOperationResponse struct + HttpResponse *http.Response + Model *[]BillingRoleDefinition + OData *odata.OData + type ListByCustomerCompleteResult struct + Items []BillingRoleDefinition + LatestHttpResponse *http.Response + type ListByCustomerCustomPager struct + NextLink *odata.Link + func (p *ListByCustomerCustomPager) NextPageLink() *odata.Link + type ListByCustomerOperationResponse struct + HttpResponse *http.Response + Model *[]BillingRoleDefinition + OData *odata.OData + type ListByDepartmentCompleteResult struct + Items []BillingRoleDefinition + LatestHttpResponse *http.Response + type ListByDepartmentCustomPager struct + NextLink *odata.Link + func (p *ListByDepartmentCustomPager) NextPageLink() *odata.Link + type ListByDepartmentOperationResponse struct + HttpResponse *http.Response + Model *[]BillingRoleDefinition + OData *odata.OData + type ListByEnrollmentAccountCompleteResult struct + Items []BillingRoleDefinition + LatestHttpResponse *http.Response + type ListByEnrollmentAccountCustomPager struct + NextLink *odata.Link + func (p *ListByEnrollmentAccountCustomPager) NextPageLink() *odata.Link + type ListByEnrollmentAccountOperationResponse struct + HttpResponse *http.Response + Model *[]BillingRoleDefinition + OData *odata.OData + type ListByInvoiceSectionCompleteResult struct + Items []BillingRoleDefinition + LatestHttpResponse *http.Response + type ListByInvoiceSectionCustomPager struct + NextLink *odata.Link + func (p *ListByInvoiceSectionCustomPager) NextPageLink() *odata.Link + type ListByInvoiceSectionOperationResponse struct + HttpResponse *http.Response + Model *[]BillingRoleDefinition + OData *odata.OData