Documentation ¶
Index ¶
- func PossibleValuesForAppliedScopeType() []string
- func PossibleValuesForInstanceFlexibility() []string
- func PossibleValuesForReservationBillingPlan() []string
- func PossibleValuesForReservationStatusCode() []string
- func ValidateBillingAccountID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateBillingProfileID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateReservationOrderID(input interface{}, key string) (warnings []string, errors []error)
- type AppliedScopeType
- type BillingAccountId
- type BillingProfileId
- type ExtendedStatusDefinitionProperties
- type InstanceFlexibility
- type ListByBillingAccountCompleteResult
- type ListByBillingAccountCustomPager
- type ListByBillingAccountOperationOptions
- type ListByBillingAccountOperationResponse
- type ListByBillingProfileCompleteResult
- type ListByBillingProfileCustomPager
- type ListByBillingProfileOperationOptions
- type ListByBillingProfileOperationResponse
- type ListByReservationOrderCompleteResult
- type ListByReservationOrderCustomPager
- type ListByReservationOrderOperationResponse
- type Price
- type RenewPropertiesResponse
- type Reservation
- type ReservationAppliedScopeProperties
- type ReservationBillingPlan
- type ReservationExtendedStatusInfo
- type ReservationMergeProperties
- type ReservationOperationPredicate
- type ReservationOrderId
- type ReservationProperty
- func (o *ReservationProperty) GetBenefitStartTimeAsTime() (*time.Time, error)
- func (o *ReservationProperty) GetEffectiveDateTimeAsTime() (*time.Time, error)
- func (o *ReservationProperty) GetExpiryDateTimeAsTime() (*time.Time, error)
- func (o *ReservationProperty) GetLastUpdatedDateTimeAsTime() (*time.Time, error)
- func (o *ReservationProperty) GetPurchaseDateTimeAsTime() (*time.Time, error)
- func (o *ReservationProperty) GetReviewDateTimeAsTime() (*time.Time, error)
- func (o *ReservationProperty) SetBenefitStartTimeAsTime(input time.Time)
- func (o *ReservationProperty) SetEffectiveDateTimeAsTime(input time.Time)
- func (o *ReservationProperty) SetExpiryDateTimeAsTime(input time.Time)
- func (o *ReservationProperty) SetLastUpdatedDateTimeAsTime(input time.Time)
- func (o *ReservationProperty) SetPurchaseDateTimeAsTime(input time.Time)
- func (o *ReservationProperty) SetReviewDateTimeAsTime(input time.Time)
- type ReservationPropertyUtilization
- type ReservationPurchaseRequest
- type ReservationPurchaseRequestProperties
- type ReservationPurchaseRequestPropertiesReservedResourceProperties
- type ReservationSkuProperty
- type ReservationSplitProperties
- type ReservationStatusCode
- type ReservationSwapProperties
- type ReservationUtilizationAggregates
- type ReservationsClient
- func (c ReservationsClient) ListByBillingAccount(ctx context.Context, id BillingAccountId, ...) (result ListByBillingAccountOperationResponse, err error)
- func (c ReservationsClient) ListByBillingAccountComplete(ctx context.Context, id BillingAccountId, ...) (ListByBillingAccountCompleteResult, error)
- func (c ReservationsClient) ListByBillingAccountCompleteMatchingPredicate(ctx context.Context, id BillingAccountId, ...) (result ListByBillingAccountCompleteResult, err error)
- func (c ReservationsClient) ListByBillingProfile(ctx context.Context, id BillingProfileId, ...) (result ListByBillingProfileOperationResponse, err error)
- func (c ReservationsClient) ListByBillingProfileComplete(ctx context.Context, id BillingProfileId, ...) (ListByBillingProfileCompleteResult, error)
- func (c ReservationsClient) ListByBillingProfileCompleteMatchingPredicate(ctx context.Context, id BillingProfileId, ...) (result ListByBillingProfileCompleteResult, err error)
- func (c ReservationsClient) ListByReservationOrder(ctx context.Context, id ReservationOrderId) (result ListByReservationOrderOperationResponse, err error)
- func (c ReservationsClient) ListByReservationOrderComplete(ctx context.Context, id ReservationOrderId) (ListByReservationOrderCompleteResult, error)
- func (c ReservationsClient) ListByReservationOrderCompleteMatchingPredicate(ctx context.Context, id ReservationOrderId, ...) (result ListByReservationOrderCompleteResult, err error)
- type SkuName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAppliedScopeType ¶
func PossibleValuesForAppliedScopeType() []string
func PossibleValuesForInstanceFlexibility ¶
func PossibleValuesForInstanceFlexibility() []string
func PossibleValuesForReservationBillingPlan ¶
func PossibleValuesForReservationBillingPlan() []string
func PossibleValuesForReservationStatusCode ¶
func PossibleValuesForReservationStatusCode() []string
func ValidateBillingAccountID ¶
ValidateBillingAccountID checks that 'input' can be parsed as a Billing Account ID
func ValidateBillingProfileID ¶
ValidateBillingProfileID checks that 'input' can be parsed as a Billing Profile ID
func ValidateReservationOrderID ¶
ValidateReservationOrderID checks that 'input' can be parsed as a Reservation Order ID
Types ¶
type AppliedScopeType ¶
type AppliedScopeType string
const ( AppliedScopeTypeManagementGroup AppliedScopeType = "ManagementGroup" AppliedScopeTypeSingle AppliedScopeType = "Single" )
func (*AppliedScopeType) UnmarshalJSON ¶
func (s *AppliedScopeType) UnmarshalJSON(bytes []byte) error
type BillingAccountId ¶
type BillingAccountId struct {
BillingAccountName string
}
BillingAccountId is a struct representing the Resource ID for a Billing Account
func NewBillingAccountID ¶
func NewBillingAccountID(billingAccountName string) BillingAccountId
NewBillingAccountID returns a new BillingAccountId struct
func ParseBillingAccountID ¶
func ParseBillingAccountID(input string) (*BillingAccountId, error)
ParseBillingAccountID parses 'input' into a BillingAccountId
func ParseBillingAccountIDInsensitively ¶
func ParseBillingAccountIDInsensitively(input string) (*BillingAccountId, error)
ParseBillingAccountIDInsensitively parses 'input' case-insensitively into a BillingAccountId note: this method should only be used for API response data and not user input
func (*BillingAccountId) FromParseResult ¶
func (id *BillingAccountId) FromParseResult(input resourceids.ParseResult) error
func (BillingAccountId) ID ¶
func (id BillingAccountId) ID() string
ID returns the formatted Billing Account ID
func (BillingAccountId) Segments ¶
func (id BillingAccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Billing Account ID
func (BillingAccountId) String ¶
func (id BillingAccountId) String() string
String returns a human-readable description of this Billing Account ID
type BillingProfileId ¶
BillingProfileId is a struct representing the Resource ID for a Billing Profile
func NewBillingProfileID ¶
func NewBillingProfileID(billingAccountName string, billingProfileName string) BillingProfileId
NewBillingProfileID returns a new BillingProfileId struct
func ParseBillingProfileID ¶
func ParseBillingProfileID(input string) (*BillingProfileId, error)
ParseBillingProfileID parses 'input' into a BillingProfileId
func ParseBillingProfileIDInsensitively ¶
func ParseBillingProfileIDInsensitively(input string) (*BillingProfileId, error)
ParseBillingProfileIDInsensitively parses 'input' case-insensitively into a BillingProfileId note: this method should only be used for API response data and not user input
func (*BillingProfileId) FromParseResult ¶
func (id *BillingProfileId) FromParseResult(input resourceids.ParseResult) error
func (BillingProfileId) ID ¶
func (id BillingProfileId) ID() string
ID returns the formatted Billing Profile ID
func (BillingProfileId) Segments ¶
func (id BillingProfileId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Billing Profile ID
func (BillingProfileId) String ¶
func (id BillingProfileId) String() string
String returns a human-readable description of this Billing Profile ID
type ExtendedStatusDefinitionProperties ¶
type ExtendedStatusDefinitionProperties struct {
SubscriptionId *string `json:"subscriptionId,omitempty"`
}
type InstanceFlexibility ¶
type InstanceFlexibility string
const ( InstanceFlexibilityOff InstanceFlexibility = "Off" InstanceFlexibilityOn InstanceFlexibility = "On" )
func (*InstanceFlexibility) UnmarshalJSON ¶
func (s *InstanceFlexibility) UnmarshalJSON(bytes []byte) error
type ListByBillingAccountCompleteResult ¶
type ListByBillingAccountCompleteResult struct { LatestHttpResponse *http.Response Items []Reservation }
type ListByBillingAccountCustomPager ¶ added in v0.20240628.1153531
func (*ListByBillingAccountCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByBillingAccountCustomPager) NextPageLink() *odata.Link
type ListByBillingAccountOperationOptions ¶
type ListByBillingAccountOperationOptions struct { Filter *string OrderBy *string RefreshSummary *string SelectedState *string Skiptoken *int64 Take *int64 }
func DefaultListByBillingAccountOperationOptions ¶
func DefaultListByBillingAccountOperationOptions() ListByBillingAccountOperationOptions
func (ListByBillingAccountOperationOptions) ToHeaders ¶
func (o ListByBillingAccountOperationOptions) ToHeaders() *client.Headers
func (ListByBillingAccountOperationOptions) ToOData ¶
func (o ListByBillingAccountOperationOptions) ToOData() *odata.Query
func (ListByBillingAccountOperationOptions) ToQuery ¶
func (o ListByBillingAccountOperationOptions) ToQuery() *client.QueryParams
type ListByBillingAccountOperationResponse ¶
type ListByBillingAccountOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]Reservation }
type ListByBillingProfileCompleteResult ¶
type ListByBillingProfileCompleteResult struct { LatestHttpResponse *http.Response Items []Reservation }
type ListByBillingProfileCustomPager ¶ added in v0.20240628.1153531
func (*ListByBillingProfileCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByBillingProfileCustomPager) NextPageLink() *odata.Link
type ListByBillingProfileOperationOptions ¶
type ListByBillingProfileOperationOptions struct { Filter *string OrderBy *string RefreshSummary *string SelectedState *string Skiptoken *int64 Take *int64 }
func DefaultListByBillingProfileOperationOptions ¶
func DefaultListByBillingProfileOperationOptions() ListByBillingProfileOperationOptions
func (ListByBillingProfileOperationOptions) ToHeaders ¶
func (o ListByBillingProfileOperationOptions) ToHeaders() *client.Headers
func (ListByBillingProfileOperationOptions) ToOData ¶
func (o ListByBillingProfileOperationOptions) ToOData() *odata.Query
func (ListByBillingProfileOperationOptions) ToQuery ¶
func (o ListByBillingProfileOperationOptions) ToQuery() *client.QueryParams
type ListByBillingProfileOperationResponse ¶
type ListByBillingProfileOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]Reservation }
type ListByReservationOrderCompleteResult ¶
type ListByReservationOrderCompleteResult struct { LatestHttpResponse *http.Response Items []Reservation }
type ListByReservationOrderCustomPager ¶ added in v0.20240628.1153531
func (*ListByReservationOrderCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByReservationOrderCustomPager) NextPageLink() *odata.Link
type ListByReservationOrderOperationResponse ¶
type ListByReservationOrderOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]Reservation }
type RenewPropertiesResponse ¶
type RenewPropertiesResponse struct { BillingCurrencyTotal *Price `json:"billingCurrencyTotal,omitempty"` PricingCurrencyTotal *Price `json:"pricingCurrencyTotal,omitempty"` PurchaseProperties *ReservationPurchaseRequest `json:"purchaseProperties,omitempty"` }
type Reservation ¶
type Reservation struct { Etag *int64 `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *ReservationProperty `json:"properties,omitempty"` Sku *ReservationSkuProperty `json:"sku,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ReservationAppliedScopeProperties ¶
type ReservationAppliedScopeProperties struct { DisplayName *string `json:"displayName,omitempty"` ManagementGroupId *string `json:"managementGroupId,omitempty"` ResourceGroupId *string `json:"resourceGroupId,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` TenantId *string `json:"tenantId,omitempty"` }
type ReservationBillingPlan ¶
type ReservationBillingPlan string
const ( ReservationBillingPlanMonthly ReservationBillingPlan = "Monthly" ReservationBillingPlanUpfront ReservationBillingPlan = "Upfront" )
func (*ReservationBillingPlan) UnmarshalJSON ¶
func (s *ReservationBillingPlan) UnmarshalJSON(bytes []byte) error
type ReservationExtendedStatusInfo ¶
type ReservationExtendedStatusInfo struct { Message *string `json:"message,omitempty"` Properties *ExtendedStatusDefinitionProperties `json:"properties,omitempty"` StatusCode *ReservationStatusCode `json:"statusCode,omitempty"` }
type ReservationOperationPredicate ¶
type ReservationOperationPredicate struct { Etag *int64 Id *string Location *string Name *string Type *string }
func (ReservationOperationPredicate) Matches ¶
func (p ReservationOperationPredicate) Matches(input Reservation) bool
type ReservationOrderId ¶
ReservationOrderId is a struct representing the Resource ID for a Reservation Order
func NewReservationOrderID ¶
func NewReservationOrderID(billingAccountName string, reservationOrderId string) ReservationOrderId
NewReservationOrderID returns a new ReservationOrderId struct
func ParseReservationOrderID ¶
func ParseReservationOrderID(input string) (*ReservationOrderId, error)
ParseReservationOrderID parses 'input' into a ReservationOrderId
func ParseReservationOrderIDInsensitively ¶
func ParseReservationOrderIDInsensitively(input string) (*ReservationOrderId, error)
ParseReservationOrderIDInsensitively parses 'input' case-insensitively into a ReservationOrderId note: this method should only be used for API response data and not user input
func (*ReservationOrderId) FromParseResult ¶
func (id *ReservationOrderId) FromParseResult(input resourceids.ParseResult) error
func (ReservationOrderId) ID ¶
func (id ReservationOrderId) ID() string
ID returns the formatted Reservation Order ID
func (ReservationOrderId) Segments ¶
func (id ReservationOrderId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Reservation Order ID
func (ReservationOrderId) String ¶
func (id ReservationOrderId) String() string
String returns a human-readable description of this Reservation Order ID
type ReservationProperty ¶
type ReservationProperty struct { AppliedScopeProperties *ReservationAppliedScopeProperties `json:"appliedScopeProperties,omitempty"` AppliedScopeType *string `json:"appliedScopeType,omitempty"` AppliedScopes *[]string `json:"appliedScopes,omitempty"` Archived *bool `json:"archived,omitempty"` BenefitStartTime *string `json:"benefitStartTime,omitempty"` BillingPlan *ReservationBillingPlan `json:"billingPlan,omitempty"` BillingScopeId *string `json:"billingScopeId,omitempty"` Capabilities *string `json:"capabilities,omitempty"` DisplayName *string `json:"displayName,omitempty"` DisplayProvisioningState *string `json:"displayProvisioningState,omitempty"` EffectiveDateTime *string `json:"effectiveDateTime,omitempty"` ExpiryDate *string `json:"expiryDate,omitempty"` ExpiryDateTime *string `json:"expiryDateTime,omitempty"` ExtendedStatusInfo *ReservationExtendedStatusInfo `json:"extendedStatusInfo,omitempty"` InstanceFlexibility *InstanceFlexibility `json:"instanceFlexibility,omitempty"` LastUpdatedDateTime *string `json:"lastUpdatedDateTime,omitempty"` MergeProperties *ReservationMergeProperties `json:"mergeProperties,omitempty"` ProductCode *string `json:"productCode,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` ProvisioningSubState *string `json:"provisioningSubState,omitempty"` PurchaseDate *string `json:"purchaseDate,omitempty"` PurchaseDateTime *string `json:"purchaseDateTime,omitempty"` Quantity *float64 `json:"quantity,omitempty"` Renew *bool `json:"renew,omitempty"` RenewDestination *string `json:"renewDestination,omitempty"` RenewProperties *RenewPropertiesResponse `json:"renewProperties,omitempty"` RenewSource *string `json:"renewSource,omitempty"` ReservedResourceType *string `json:"reservedResourceType,omitempty"` ReviewDateTime *string `json:"reviewDateTime,omitempty"` SkuDescription *string `json:"skuDescription,omitempty"` SplitProperties *ReservationSplitProperties `json:"splitProperties,omitempty"` SwapProperties *ReservationSwapProperties `json:"swapProperties,omitempty"` Term *string `json:"term,omitempty"` UserFriendlyAppliedScopeType *string `json:"userFriendlyAppliedScopeType,omitempty"` UserFriendlyRenewState *string `json:"userFriendlyRenewState,omitempty"` Utilization *ReservationPropertyUtilization `json:"utilization,omitempty"` }
func (*ReservationProperty) GetBenefitStartTimeAsTime ¶
func (o *ReservationProperty) GetBenefitStartTimeAsTime() (*time.Time, error)
func (*ReservationProperty) GetEffectiveDateTimeAsTime ¶
func (o *ReservationProperty) GetEffectiveDateTimeAsTime() (*time.Time, error)
func (*ReservationProperty) GetExpiryDateTimeAsTime ¶
func (o *ReservationProperty) GetExpiryDateTimeAsTime() (*time.Time, error)
func (*ReservationProperty) GetLastUpdatedDateTimeAsTime ¶
func (o *ReservationProperty) GetLastUpdatedDateTimeAsTime() (*time.Time, error)
func (*ReservationProperty) GetPurchaseDateTimeAsTime ¶
func (o *ReservationProperty) GetPurchaseDateTimeAsTime() (*time.Time, error)
func (*ReservationProperty) GetReviewDateTimeAsTime ¶
func (o *ReservationProperty) GetReviewDateTimeAsTime() (*time.Time, error)
func (*ReservationProperty) SetBenefitStartTimeAsTime ¶
func (o *ReservationProperty) SetBenefitStartTimeAsTime(input time.Time)
func (*ReservationProperty) SetEffectiveDateTimeAsTime ¶
func (o *ReservationProperty) SetEffectiveDateTimeAsTime(input time.Time)
func (*ReservationProperty) SetExpiryDateTimeAsTime ¶
func (o *ReservationProperty) SetExpiryDateTimeAsTime(input time.Time)
func (*ReservationProperty) SetLastUpdatedDateTimeAsTime ¶
func (o *ReservationProperty) SetLastUpdatedDateTimeAsTime(input time.Time)
func (*ReservationProperty) SetPurchaseDateTimeAsTime ¶
func (o *ReservationProperty) SetPurchaseDateTimeAsTime(input time.Time)
func (*ReservationProperty) SetReviewDateTimeAsTime ¶
func (o *ReservationProperty) SetReviewDateTimeAsTime(input time.Time)
type ReservationPropertyUtilization ¶
type ReservationPropertyUtilization struct { Aggregates *[]ReservationUtilizationAggregates `json:"aggregates,omitempty"` Trend *string `json:"trend,omitempty"` }
type ReservationPurchaseRequest ¶
type ReservationPurchaseRequest struct { Location *string `json:"location,omitempty"` Properties *ReservationPurchaseRequestProperties `json:"properties,omitempty"` Sku *SkuName `json:"sku,omitempty"` }
type ReservationPurchaseRequestProperties ¶
type ReservationPurchaseRequestProperties struct { AppliedScopeProperties *ReservationAppliedScopeProperties `json:"appliedScopeProperties,omitempty"` AppliedScopeType *AppliedScopeType `json:"appliedScopeType,omitempty"` AppliedScopes *[]string `json:"appliedScopes,omitempty"` BillingPlan *ReservationBillingPlan `json:"billingPlan,omitempty"` BillingScopeId *string `json:"billingScopeId,omitempty"` DisplayName *string `json:"displayName,omitempty"` InstanceFlexibility *InstanceFlexibility `json:"instanceFlexibility,omitempty"` Quantity *int64 `json:"quantity,omitempty"` Renew *bool `json:"renew,omitempty"` ReservedResourceProperties *ReservationPurchaseRequestPropertiesReservedResourceProperties `json:"reservedResourceProperties,omitempty"` ReservedResourceType *string `json:"reservedResourceType,omitempty"` ReviewDateTime *string `json:"reviewDateTime,omitempty"` Term *string `json:"term,omitempty"` }
func (*ReservationPurchaseRequestProperties) GetReviewDateTimeAsTime ¶
func (o *ReservationPurchaseRequestProperties) GetReviewDateTimeAsTime() (*time.Time, error)
func (*ReservationPurchaseRequestProperties) SetReviewDateTimeAsTime ¶
func (o *ReservationPurchaseRequestProperties) SetReviewDateTimeAsTime(input time.Time)
type ReservationPurchaseRequestPropertiesReservedResourceProperties ¶
type ReservationPurchaseRequestPropertiesReservedResourceProperties struct {
InstanceFlexibility *InstanceFlexibility `json:"instanceFlexibility,omitempty"`
}
type ReservationSkuProperty ¶
type ReservationSkuProperty struct {
Name *string `json:"name,omitempty"`
}
type ReservationStatusCode ¶
type ReservationStatusCode string
const ( ReservationStatusCodeActive ReservationStatusCode = "Active" ReservationStatusCodeCapacityError ReservationStatusCode = "CapacityError" ReservationStatusCodeCapacityRestricted ReservationStatusCode = "CapacityRestricted" ReservationStatusCodeCreditLineCheckFailed ReservationStatusCode = "CreditLineCheckFailed" ReservationStatusCodeExchanged ReservationStatusCode = "Exchanged" ReservationStatusCodeExpired ReservationStatusCode = "Expired" ReservationStatusCodeMerged ReservationStatusCode = "Merged" ReservationStatusCodeNoBenefit ReservationStatusCode = "NoBenefit" ReservationStatusCodeNoBenefitDueToSubscriptionDeletion ReservationStatusCode = "NoBenefitDueToSubscriptionDeletion" ReservationStatusCodeNoBenefitDueToSubscriptionTransfer ReservationStatusCode = "NoBenefitDueToSubscriptionTransfer" ReservationStatusCodeNone ReservationStatusCode = "None" ReservationStatusCodePaymentInstrumentError ReservationStatusCode = "PaymentInstrumentError" ReservationStatusCodePending ReservationStatusCode = "Pending" ReservationStatusCodeProcessing ReservationStatusCode = "Processing" ReservationStatusCodePurchaseError ReservationStatusCode = "PurchaseError" ReservationStatusCodeRiskCheckFailed ReservationStatusCode = "RiskCheckFailed" ReservationStatusCodeSplit ReservationStatusCode = "Split" ReservationStatusCodeSucceeded ReservationStatusCode = "Succeeded" ReservationStatusCodeUnknownError ReservationStatusCode = "UnknownError" ReservationStatusCodeWarning ReservationStatusCode = "Warning" )
func (*ReservationStatusCode) UnmarshalJSON ¶
func (s *ReservationStatusCode) UnmarshalJSON(bytes []byte) error
type ReservationsClient ¶
type ReservationsClient struct {
Client *resourcemanager.Client
}
func NewReservationsClientWithBaseURI ¶
func NewReservationsClientWithBaseURI(sdkApi sdkEnv.Api) (*ReservationsClient, error)
func (ReservationsClient) ListByBillingAccount ¶
func (c ReservationsClient) ListByBillingAccount(ctx context.Context, id BillingAccountId, options ListByBillingAccountOperationOptions) (result ListByBillingAccountOperationResponse, err error)
ListByBillingAccount ...
func (ReservationsClient) ListByBillingAccountComplete ¶
func (c ReservationsClient) ListByBillingAccountComplete(ctx context.Context, id BillingAccountId, options ListByBillingAccountOperationOptions) (ListByBillingAccountCompleteResult, error)
ListByBillingAccountComplete retrieves all the results into a single object
func (ReservationsClient) ListByBillingAccountCompleteMatchingPredicate ¶
func (c ReservationsClient) ListByBillingAccountCompleteMatchingPredicate(ctx context.Context, id BillingAccountId, options ListByBillingAccountOperationOptions, predicate ReservationOperationPredicate) (result ListByBillingAccountCompleteResult, err error)
ListByBillingAccountCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ReservationsClient) ListByBillingProfile ¶
func (c ReservationsClient) ListByBillingProfile(ctx context.Context, id BillingProfileId, options ListByBillingProfileOperationOptions) (result ListByBillingProfileOperationResponse, err error)
ListByBillingProfile ...
func (ReservationsClient) ListByBillingProfileComplete ¶
func (c ReservationsClient) ListByBillingProfileComplete(ctx context.Context, id BillingProfileId, options ListByBillingProfileOperationOptions) (ListByBillingProfileCompleteResult, error)
ListByBillingProfileComplete retrieves all the results into a single object
func (ReservationsClient) ListByBillingProfileCompleteMatchingPredicate ¶
func (c ReservationsClient) ListByBillingProfileCompleteMatchingPredicate(ctx context.Context, id BillingProfileId, options ListByBillingProfileOperationOptions, predicate ReservationOperationPredicate) (result ListByBillingProfileCompleteResult, err error)
ListByBillingProfileCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ReservationsClient) ListByReservationOrder ¶
func (c ReservationsClient) ListByReservationOrder(ctx context.Context, id ReservationOrderId) (result ListByReservationOrderOperationResponse, err error)
ListByReservationOrder ...
func (ReservationsClient) ListByReservationOrderComplete ¶
func (c ReservationsClient) ListByReservationOrderComplete(ctx context.Context, id ReservationOrderId) (ListByReservationOrderCompleteResult, error)
ListByReservationOrderComplete retrieves all the results into a single object
func (ReservationsClient) ListByReservationOrderCompleteMatchingPredicate ¶
func (c ReservationsClient) ListByReservationOrderCompleteMatchingPredicate(ctx context.Context, id ReservationOrderId, predicate ReservationOperationPredicate) (result ListByReservationOrderCompleteResult, err error)
ListByReservationOrderCompleteMatchingPredicate retrieves all the results and then applies the predicate
Source Files ¶
- client.go
- constants.go
- id_billingaccount.go
- id_billingprofile.go
- id_reservationorder.go
- method_listbybillingaccount.go
- method_listbybillingprofile.go
- method_listbyreservationorder.go
- model_extendedstatusdefinitionproperties.go
- model_price.go
- model_renewpropertiesresponse.go
- model_reservation.go
- model_reservationappliedscopeproperties.go
- model_reservationextendedstatusinfo.go
- model_reservationmergeproperties.go
- model_reservationproperty.go
- model_reservationpropertyutilization.go
- model_reservationpurchaserequest.go
- model_reservationpurchaserequestproperties.go
- model_reservationpurchaserequestpropertiesreservedresourceproperties.go
- model_reservationskuproperty.go
- model_reservationsplitproperties.go
- model_reservationswapproperties.go
- model_reservationutilizationaggregates.go
- model_skuname.go
- predicates.go
- version.go