Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseClientAPI ¶
type BaseClientAPI interface {
GetAsyncOperationsStatus(ctx context.Context, location string, asyncOperationID string) (result operationalinsights.OperationStatus, err error)
}
BaseClientAPI contains the set of methods on the BaseClient type.
type DataSourcesClientAPI ¶
type DataSourcesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, dataSourceName string, parameters operationalinsights.DataSource) (result operationalinsights.DataSource, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, dataSourceName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, dataSourceName string) (result operationalinsights.DataSource, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string, filter string, skiptoken string) (result operationalinsights.DataSourceListResultPage, err error) ListByWorkspaceComplete(ctx context.Context, resourceGroupName string, workspaceName string, filter string, skiptoken string) (result operationalinsights.DataSourceListResultIterator, err error) }
DataSourcesClientAPI contains the set of methods on the DataSourcesClient type.
type LinkedServicesClientAPI ¶
type LinkedServicesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, linkedServiceName string, parameters operationalinsights.LinkedService) (result operationalinsights.LinkedService, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, linkedServiceName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, linkedServiceName string) (result operationalinsights.LinkedService, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.LinkedServiceListResult, err error) }
LinkedServicesClientAPI contains the set of methods on the LinkedServicesClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result operationalinsights.OperationListResultPage, err error) ListComplete(ctx context.Context) (result operationalinsights.OperationListResultIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type WorkspacesClientAPI ¶
type WorkspacesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, parameters operationalinsights.Workspace) (result operationalinsights.WorkspacesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string) (result autorest.Response, err error) DisableIntelligencePack(ctx context.Context, resourceGroupName string, workspaceName string, intelligencePackName string) (result autorest.Response, err error) EnableIntelligencePack(ctx context.Context, resourceGroupName string, workspaceName string, intelligencePackName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.Workspace, err error) List(ctx context.Context) (result operationalinsights.WorkspaceListResult, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result operationalinsights.WorkspaceListResult, err error) ListIntelligencePacks(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.ListIntelligencePack, err error) ListManagementGroups(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.WorkspaceListManagementGroupsResult, err error) ListUsages(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.WorkspaceListUsagesResult, err error) Update(ctx context.Context, resourceGroupName string, workspaceName string, parameters operationalinsights.Workspace) (result operationalinsights.Workspace, err error) }
WorkspacesClientAPI contains the set of methods on the WorkspacesClient type.
Click to show internal directories.
Click to hide internal directories.