Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HybridUseBenefitClientAPI ¶
type HybridUseBenefitClientAPI interface { Create(ctx context.Context, scope string, planID string, body softwareplan.HybridUseBenefitModel) (result softwareplan.HybridUseBenefitModel, err error) Delete(ctx context.Context, scope string, planID string) (result autorest.Response, err error) Get(ctx context.Context, scope string, planID string) (result softwareplan.HybridUseBenefitModel, err error) List(ctx context.Context, scope string, filter string) (result softwareplan.HybridUseBenefitListResultPage, err error) ListComplete(ctx context.Context, scope string, filter string) (result softwareplan.HybridUseBenefitListResultIterator, err error) Update(ctx context.Context, scope string, planID string, body softwareplan.HybridUseBenefitModel) (result softwareplan.HybridUseBenefitModel, err error) }
HybridUseBenefitClientAPI contains the set of methods on the HybridUseBenefitClient type.
type HybridUseBenefitRevisionClientAPI ¶
type HybridUseBenefitRevisionClientAPI interface { List(ctx context.Context, scope string, planID string) (result softwareplan.HybridUseBenefitListResultPage, err error) ListComplete(ctx context.Context, scope string, planID string) (result softwareplan.HybridUseBenefitListResultIterator, err error) }
HybridUseBenefitRevisionClientAPI contains the set of methods on the HybridUseBenefitRevisionClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context, scope string) (result softwareplan.OperationListPage, err error) ListComplete(ctx context.Context, scope string) (result softwareplan.OperationListIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
Click to show internal directories.
Click to hide internal directories.