Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result advisor.OperationEntityListResultPage, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type RecommendationsClientAPI ¶
type RecommendationsClientAPI interface { Generate(ctx context.Context) (result autorest.Response, err error) Get(ctx context.Context, resourceURI string, recommendationID string) (result advisor.ResourceRecommendationBase, err error) GetGenerateStatus(ctx context.Context, operationID uuid.UUID) (result autorest.Response, err error) List(ctx context.Context, filter string, top *int32, skipToken string) (result advisor.ResourceRecommendationBaseListResultPage, err error) }
RecommendationsClientAPI contains the set of methods on the RecommendationsClient type.
type SuppressionsClientAPI ¶
type SuppressionsClientAPI interface { Create(ctx context.Context, resourceURI string, recommendationID string, name string, suppressionContract advisor.SuppressionContract) (result advisor.SuppressionContract, err error) Delete(ctx context.Context, resourceURI string, recommendationID string, name string) (result autorest.Response, err error) Get(ctx context.Context, resourceURI string, recommendationID string, name string) (result advisor.SuppressionContract, err error) List(ctx context.Context) (result advisor.ListSuppressionContract, err error) }
SuppressionsClientAPI contains the set of methods on the SuppressionsClient type.
Click to show internal directories.
Click to hide internal directories.