Documentation ¶
Index ¶
- type AvailableServiceTiersClientAPI
- type ClustersClientAPI
- type DataCollectorLogsClientAPI
- type DataExportsClientAPI
- type DataSourcesClientAPI
- type DeletedWorkspacesClientAPI
- type GatewaysClientAPI
- type IntelligencePacksClientAPI
- type LinkedServicesClientAPI
- type LinkedStorageAccountsClientAPI
- type ManagementGroupsClientAPI
- type OperationStatusesClientAPI
- type OperationsClientAPI
- type SavedSearchesClientAPI
- type SchemaClientAPI
- type SharedKeysClientAPI
- type StorageInsightConfigsClientAPI
- type TablesClientAPI
- type UsagesClientAPI
- type WorkspacePurgeClientAPI
- type WorkspacesClientAPI
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableServiceTiersClientAPI ¶
type AvailableServiceTiersClientAPI interface {
ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.ListAvailableServiceTier, err error)
}
AvailableServiceTiersClientAPI contains the set of methods on the AvailableServiceTiersClient type.
type ClustersClientAPI ¶
type ClustersClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, parameters operationalinsights.Cluster) (result operationalinsights.ClustersCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, clusterName string) (result operationalinsights.ClustersDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, clusterName string) (result operationalinsights.Cluster, err error) List(ctx context.Context) (result operationalinsights.ClusterListResultPage, err error) ListComplete(ctx context.Context) (result operationalinsights.ClusterListResultIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result operationalinsights.ClusterListResultPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result operationalinsights.ClusterListResultIterator, err error) Update(ctx context.Context, resourceGroupName string, clusterName string, parameters operationalinsights.ClusterPatch) (result operationalinsights.Cluster, err error) }
ClustersClientAPI contains the set of methods on the ClustersClient type.
type DataCollectorLogsClientAPI ¶
type DataCollectorLogsClientAPI interface { Delete(ctx context.Context, resourceGroupName string, workspaceName string, tableName string, force *bool) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, tableName string, force *bool) (result operationalinsights.DataCollectorLog, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.DataCollectorLogsListResult, err error) }
DataCollectorLogsClientAPI contains the set of methods on the DataCollectorLogsClient type.
type DataExportsClientAPI ¶
type DataExportsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, dataExportName string, parameters operationalinsights.DataExport) (result operationalinsights.DataExport, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, dataExportName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, dataExportName string) (result operationalinsights.DataExport, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.DataExportListResult, err error) }
DataExportsClientAPI contains the set of methods on the DataExportsClient 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 DeletedWorkspacesClientAPI ¶
type DeletedWorkspacesClientAPI interface { List(ctx context.Context) (result operationalinsights.WorkspaceListResult, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result operationalinsights.WorkspaceListResult, err error) }
DeletedWorkspacesClientAPI contains the set of methods on the DeletedWorkspacesClient type.
type GatewaysClientAPI ¶
type GatewaysClientAPI interface {
Delete(ctx context.Context, resourceGroupName string, workspaceName string, gatewayID string) (result autorest.Response, err error)
}
GatewaysClientAPI contains the set of methods on the GatewaysClient type.
type IntelligencePacksClientAPI ¶
type IntelligencePacksClientAPI interface { Disable(ctx context.Context, resourceGroupName string, workspaceName string, intelligencePackName string) (result autorest.Response, err error) Enable(ctx context.Context, resourceGroupName string, workspaceName string, intelligencePackName string) (result autorest.Response, err error) List(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.ListIntelligencePack, err error) }
IntelligencePacksClientAPI contains the set of methods on the IntelligencePacksClient type.
type LinkedServicesClientAPI ¶
type LinkedServicesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, linkedServiceName string, parameters operationalinsights.LinkedService) (result operationalinsights.LinkedServicesCreateOrUpdateFuture, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, linkedServiceName string) (result operationalinsights.LinkedServicesDeleteFuture, 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 LinkedStorageAccountsClientAPI ¶
type LinkedStorageAccountsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, dataSourceType operationalinsights.DataSourceType, parameters operationalinsights.LinkedStorageAccountsResource) (result operationalinsights.LinkedStorageAccountsResource, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, dataSourceType operationalinsights.DataSourceType) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, dataSourceType operationalinsights.DataSourceType) (result operationalinsights.LinkedStorageAccountsResource, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.LinkedStorageAccountsListResult, err error) }
LinkedStorageAccountsClientAPI contains the set of methods on the LinkedStorageAccountsClient type.
type ManagementGroupsClientAPI ¶
type ManagementGroupsClientAPI interface {
List(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.WorkspaceListManagementGroupsResult, err error)
}
ManagementGroupsClientAPI contains the set of methods on the ManagementGroupsClient type.
type OperationStatusesClientAPI ¶
type OperationStatusesClientAPI interface {
Get(ctx context.Context, location string, asyncOperationID string) (result operationalinsights.OperationStatus, err error)
}
OperationStatusesClientAPI contains the set of methods on the OperationStatusesClient 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 SavedSearchesClientAPI ¶
type SavedSearchesClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, savedSearchID string, parameters operationalinsights.SavedSearch) (result operationalinsights.SavedSearch, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, savedSearchID string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, savedSearchID string) (result operationalinsights.SavedSearch, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.SavedSearchesListResult, err error) }
SavedSearchesClientAPI contains the set of methods on the SavedSearchesClient type.
type SchemaClientAPI ¶
type SchemaClientAPI interface {
Get(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.SearchGetSchemaResponse, err error)
}
SchemaClientAPI contains the set of methods on the SchemaClient type.
type SharedKeysClientAPI ¶
type SharedKeysClientAPI interface {}
SharedKeysClientAPI contains the set of methods on the SharedKeysClient type.
type StorageInsightConfigsClientAPI ¶
type StorageInsightConfigsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, storageInsightName string, parameters operationalinsights.StorageInsight) (result operationalinsights.StorageInsight, err error) Delete(ctx context.Context, resourceGroupName string, workspaceName string, storageInsightName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, workspaceName string, storageInsightName string) (result operationalinsights.StorageInsight, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.StorageInsightListResultPage, err error) ListByWorkspaceComplete(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.StorageInsightListResultIterator, err error) }
StorageInsightConfigsClientAPI contains the set of methods on the StorageInsightConfigsClient type.
type TablesClientAPI ¶
type TablesClientAPI interface { Get(ctx context.Context, resourceGroupName string, workspaceName string, tableName string) (result operationalinsights.Table, err error) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.TablesListResult, err error) Update(ctx context.Context, resourceGroupName string, workspaceName string, tableName string, parameters operationalinsights.Table) (result operationalinsights.Table, err error) }
TablesClientAPI contains the set of methods on the TablesClient type.
type UsagesClientAPI ¶
type UsagesClientAPI interface {
List(ctx context.Context, resourceGroupName string, workspaceName string) (result operationalinsights.WorkspaceListUsagesResult, err error)
}
UsagesClientAPI contains the set of methods on the UsagesClient type.
type WorkspacePurgeClientAPI ¶
type WorkspacePurgeClientAPI interface { GetPurgeStatus(ctx context.Context, resourceGroupName string, workspaceName string, purgeID string) (result operationalinsights.WorkspacePurgeStatusResponse, err error) Purge(ctx context.Context, resourceGroupName string, workspaceName string, body operationalinsights.WorkspacePurgeBody) (result operationalinsights.WorkspacePurgeResponse, err error) }
WorkspacePurgeClientAPI contains the set of methods on the WorkspacePurgeClient 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, force *bool) (result operationalinsights.WorkspacesDeleteFuture, 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) Update(ctx context.Context, resourceGroupName string, workspaceName string, parameters operationalinsights.WorkspacePatch) (result operationalinsights.Workspace, err error) }
WorkspacesClientAPI contains the set of methods on the WorkspacesClient type.