Versions in this module Expand all Collapse all v3 v3.1.0 Nov 24, 2023 Changes in this version + type AzureReservationAPIServer struct + GetAppliedReservationList func(ctx context.Context, subscriptionID string, ...) (...) + NewGetCatalogPager func(subscriptionID string, ...) (...) + type AzureReservationAPIServerTransport struct + func NewAzureReservationAPIServerTransport(srv *AzureReservationAPIServer) *AzureReservationAPIServerTransport + func (a *AzureReservationAPIServerTransport) Do(req *http.Request) (*http.Response, error) + type CalculateExchangeServer struct + BeginPost func(ctx context.Context, body armreservations.CalculateExchangeRequest, ...) (...) + type CalculateExchangeServerTransport struct + func NewCalculateExchangeServerTransport(srv *CalculateExchangeServer) *CalculateExchangeServerTransport + func (c *CalculateExchangeServerTransport) Do(req *http.Request) (*http.Response, error) + type CalculateRefundServer struct + Post func(ctx context.Context, reservationOrderID string, ...) (resp azfake.Responder[armreservations.CalculateRefundClientPostResponse], ...) + type CalculateRefundServerTransport struct + func NewCalculateRefundServerTransport(srv *CalculateRefundServer) *CalculateRefundServerTransport + func (c *CalculateRefundServerTransport) Do(req *http.Request) (*http.Response, error) + type ExchangeServer struct + BeginPost func(ctx context.Context, body armreservations.ExchangeRequest, ...) (resp azfake.PollerResponder[armreservations.ExchangeClientPostResponse], ...) + type ExchangeServerTransport struct + func NewExchangeServerTransport(srv *ExchangeServer) *ExchangeServerTransport + func (e *ExchangeServerTransport) Do(req *http.Request) (*http.Response, error) + type OperationServer struct + NewListPager func(options *armreservations.OperationClientListOptions) (resp azfake.PagerResponder[armreservations.OperationClientListResponse]) + type OperationServerTransport struct + func NewOperationServerTransport(srv *OperationServer) *OperationServerTransport + func (o *OperationServerTransport) Do(req *http.Request) (*http.Response, error) + type QuotaRequestStatusServer struct + Get func(ctx context.Context, subscriptionID string, providerID string, location string, ...) (resp azfake.Responder[armreservations.QuotaRequestStatusClientGetResponse], ...) + NewListPager func(subscriptionID string, providerID string, location string, ...) (...) + type QuotaRequestStatusServerTransport struct + func NewQuotaRequestStatusServerTransport(srv *QuotaRequestStatusServer) *QuotaRequestStatusServerTransport + func (q *QuotaRequestStatusServerTransport) Do(req *http.Request) (*http.Response, error) + type QuotaServer struct + BeginCreateOrUpdate func(ctx context.Context, subscriptionID string, providerID string, location string, ...) (resp azfake.PollerResponder[armreservations.QuotaClientCreateOrUpdateResponse], ...) + BeginUpdate func(ctx context.Context, subscriptionID string, providerID string, location string, ...) (resp azfake.PollerResponder[armreservations.QuotaClientUpdateResponse], ...) + Get func(ctx context.Context, subscriptionID string, providerID string, location string, ...) (resp azfake.Responder[armreservations.QuotaClientGetResponse], ...) + NewListPager func(subscriptionID string, providerID string, location string, ...) (resp azfake.PagerResponder[armreservations.QuotaClientListResponse]) + type QuotaServerTransport struct + func NewQuotaServerTransport(srv *QuotaServer) *QuotaServerTransport + func (q *QuotaServerTransport) Do(req *http.Request) (*http.Response, error) + type ReservationOrderServer struct + BeginPurchase func(ctx context.Context, reservationOrderID string, ...) (...) + Calculate func(ctx context.Context, body armreservations.PurchaseRequest, ...) (resp azfake.Responder[armreservations.ReservationOrderClientCalculateResponse], ...) + ChangeDirectory func(ctx context.Context, reservationOrderID string, ...) (...) + Get func(ctx context.Context, reservationOrderID string, ...) (resp azfake.Responder[armreservations.ReservationOrderClientGetResponse], ...) + NewListPager func(options *armreservations.ReservationOrderClientListOptions) (resp azfake.PagerResponder[armreservations.ReservationOrderClientListResponse]) + type ReservationOrderServerTransport struct + func NewReservationOrderServerTransport(srv *ReservationOrderServer) *ReservationOrderServerTransport + func (r *ReservationOrderServerTransport) Do(req *http.Request) (*http.Response, error) + type ReservationServer struct + Archive func(ctx context.Context, reservationOrderID string, reservationID string, ...) (resp azfake.Responder[armreservations.ReservationClientArchiveResponse], ...) + BeginAvailableScopes func(ctx context.Context, reservationOrderID string, reservationID string, ...) (...) + BeginMerge func(ctx context.Context, reservationOrderID string, ...) (resp azfake.PollerResponder[armreservations.ReservationClientMergeResponse], ...) + BeginSplit func(ctx context.Context, reservationOrderID string, ...) (resp azfake.PollerResponder[armreservations.ReservationClientSplitResponse], ...) + BeginUpdate func(ctx context.Context, reservationOrderID string, reservationID string, ...) (resp azfake.PollerResponder[armreservations.ReservationClientUpdateResponse], ...) + Get func(ctx context.Context, reservationOrderID string, reservationID string, ...) (resp azfake.Responder[armreservations.ReservationClientGetResponse], ...) + NewListAllPager func(options *armreservations.ReservationClientListAllOptions) (resp azfake.PagerResponder[armreservations.ReservationClientListAllResponse]) + NewListPager func(reservationOrderID string, ...) (resp azfake.PagerResponder[armreservations.ReservationClientListResponse]) + NewListRevisionsPager func(reservationOrderID string, reservationID string, ...) (...) + Unarchive func(ctx context.Context, reservationOrderID string, reservationID string, ...) (resp azfake.Responder[armreservations.ReservationClientUnarchiveResponse], ...) + type ReservationServerTransport struct + func NewReservationServerTransport(srv *ReservationServer) *ReservationServerTransport + func (r *ReservationServerTransport) Do(req *http.Request) (*http.Response, error) + type ReturnServer struct + BeginPost func(ctx context.Context, reservationOrderID string, ...) (resp azfake.PollerResponder[armreservations.ReturnClientPostResponse], ...) + type ReturnServerTransport struct + func NewReturnServerTransport(srv *ReturnServer) *ReturnServerTransport + func (r *ReturnServerTransport) Do(req *http.Request) (*http.Response, error) + type ServerFactory struct + AzureReservationAPIServer AzureReservationAPIServer + CalculateExchangeServer CalculateExchangeServer + CalculateRefundServer CalculateRefundServer + ExchangeServer ExchangeServer + OperationServer OperationServer + QuotaRequestStatusServer QuotaRequestStatusServer + QuotaServer QuotaServer + ReservationOrderServer ReservationOrderServer + ReservationServer ReservationServer + ReturnServer ReturnServer + type ServerFactoryTransport struct + func NewServerFactoryTransport(srv *ServerFactory) *ServerFactoryTransport + func (s *ServerFactoryTransport) Do(req *http.Request) (*http.Response, error)