Interface OperationalInsightsManagementClient
public interface OperationalInsightsManagementClient
The interface for OperationalInsightsManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Version parameter.Gets the AvailableServiceTiersClient object to access its operations.Gets the ClustersClient object to access its operations.Gets the DataExportsClient object to access its operations.Gets the DataSourcesClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DeletedWorkspacesClient object to access its operations.Gets Service host.Gets the GatewaysClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the IntelligencePacksClient object to access its operations.Gets the LinkedServicesClient object to access its operations.Gets the LinkedStorageAccountsClient object to access its operations.Gets the ManagementGroupsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the OperationStatusesClient object to access its operations.Gets the QueriesClient object to access its operations.Gets the QueryPacksClient object to access its operations.Gets the SavedSearchesClient object to access its operations.Gets the SchemasClient object to access its operations.Gets the SharedKeysOperationsClient object to access its operations.Gets the StorageInsightConfigsClient object to access its operations.Gets The ID of the target subscription.Gets the SummaryLogsOperationsClient object to access its operations.Gets the TablesClient object to access its operations.Gets the UsagesClient object to access its operations.Gets the WorkspacePurgesClient object to access its operations.Gets the WorkspacesClient object to access its operations.
-
Method Details
-
getEndpoint
-
getApiVersion
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getClusters
ClustersClient getClusters()Gets the ClustersClient object to access its operations.- Returns:
- the ClustersClient object.
-
getDataExports
DataExportsClient getDataExports()Gets the DataExportsClient object to access its operations.- Returns:
- the DataExportsClient object.
-
getWorkspaces
WorkspacesClient getWorkspaces()Gets the WorkspacesClient object to access its operations.- Returns:
- the WorkspacesClient object.
-
getDataSources
DataSourcesClient getDataSources()Gets the DataSourcesClient object to access its operations.- Returns:
- the DataSourcesClient object.
-
getLinkedServices
LinkedServicesClient getLinkedServices()Gets the LinkedServicesClient object to access its operations.- Returns:
- the LinkedServicesClient object.
-
getSavedSearches
SavedSearchesClient getSavedSearches()Gets the SavedSearchesClient object to access its operations.- Returns:
- the SavedSearchesClient object.
-
getTables
TablesClient getTables()Gets the TablesClient object to access its operations.- Returns:
- the TablesClient object.
-
getAvailableServiceTiers
AvailableServiceTiersClient getAvailableServiceTiers()Gets the AvailableServiceTiersClient object to access its operations.- Returns:
- the AvailableServiceTiersClient object.
-
getGateways
GatewaysClient getGateways()Gets the GatewaysClient object to access its operations.- Returns:
- the GatewaysClient object.
-
getIntelligencePacks
IntelligencePacksClient getIntelligencePacks()Gets the IntelligencePacksClient object to access its operations.- Returns:
- the IntelligencePacksClient object.
-
getManagementGroups
ManagementGroupsClient getManagementGroups()Gets the ManagementGroupsClient object to access its operations.- Returns:
- the ManagementGroupsClient object.
-
getSchemas
SchemasClient getSchemas()Gets the SchemasClient object to access its operations.- Returns:
- the SchemasClient object.
-
getUsages
UsagesClient getUsages()Gets the UsagesClient object to access its operations.- Returns:
- the UsagesClient object.
-
getWorkspacePurges
WorkspacePurgesClient getWorkspacePurges()Gets the WorkspacePurgesClient object to access its operations.- Returns:
- the WorkspacePurgesClient object.
-
getLinkedStorageAccounts
LinkedStorageAccountsClient getLinkedStorageAccounts()Gets the LinkedStorageAccountsClient object to access its operations.- Returns:
- the LinkedStorageAccountsClient object.
-
getQueries
QueriesClient getQueries()Gets the QueriesClient object to access its operations.- Returns:
- the QueriesClient object.
-
getQueryPacks
QueryPacksClient getQueryPacks()Gets the QueryPacksClient object to access its operations.- Returns:
- the QueryPacksClient object.
-
getStorageInsightConfigs
StorageInsightConfigsClient getStorageInsightConfigs()Gets the StorageInsightConfigsClient object to access its operations.- Returns:
- the StorageInsightConfigsClient object.
-
getSummaryLogsOperations
SummaryLogsOperationsClient getSummaryLogsOperations()Gets the SummaryLogsOperationsClient object to access its operations.- Returns:
- the SummaryLogsOperationsClient object.
-
getOperationStatuses
OperationStatusesClient getOperationStatuses()Gets the OperationStatusesClient object to access its operations.- Returns:
- the OperationStatusesClient object.
-
getDeletedWorkspaces
DeletedWorkspacesClient getDeletedWorkspaces()Gets the DeletedWorkspacesClient object to access its operations.- Returns:
- the DeletedWorkspacesClient object.
-