import "github.com/Azure/azure-sdk-for-go/services/operationalinsights/v1/operationalinsights/operationalinsightsapi"
type MetadataClientAPI interface { Get(ctx context.Context, workspaceID string) (result operationalinsights.MetadataResults, err error) Post(ctx context.Context, workspaceID string) (result operationalinsights.MetadataResults, err error) }
MetadataClientAPI contains the set of methods on the MetadataClient type.
type QueryClientAPI interface { Execute(ctx context.Context, workspaceID string, body operationalinsights.QueryBody) (result operationalinsights.QueryResults, err error) }
QueryClientAPI contains the set of methods on the QueryClient type.
Package operationalinsightsapi imports 2 packages (graph). Updated 2020-09-04. Refresh now. Tools for package owners.