Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanonicalSupportPlanTypesClientAPI ¶
type CanonicalSupportPlanTypesClientAPI interface {
Get(ctx context.Context, providerName string) (result addons.ListCanonicalSupportPlanStatusItem, err error)
}
CanonicalSupportPlanTypesClientAPI contains the set of methods on the CanonicalSupportPlanTypesClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result addons.ListOperationsDefinition, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type SupportPlanTypesClientAPI ¶
type SupportPlanTypesClientAPI interface { CreateOrUpdate(ctx context.Context, providerName string, planTypeName addons.PlanTypeName) (result addons.SupportPlanTypesCreateOrUpdateFuture, err error) Delete(ctx context.Context, providerName string, planTypeName addons.PlanTypeName) (result addons.SupportPlanTypesDeleteFuture, err error) Get(ctx context.Context, providerName string, planTypeName addons.PlanTypeName) (result addons.CanonicalSupportPlanResponseEnvelope, err error) }
SupportPlanTypesClientAPI contains the set of methods on the SupportPlanTypesClient type.
Click to show internal directories.
Click to hide internal directories.