C# Class Microsoft.Azure.Commands.OperationalInsights.Client.OperationalInsightsClient

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
CreateOrUpdateDataSource ( string resourceGroupName, string workspaceName, string name, PSDataSourcePropertiesBase dataSourceProperties ) : DataSource
CreateOrUpdateSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId, SavedSearchProperties properties, bool force, Action ConfirmAction, string ETag = null ) : HttpStatusCode
CreateOrUpdateStorageInsight ( string resourceGroupName, string workspaceName, string name, string storageAccountResourceId, string storageAccountKey, List tables, List containers ) : StorageInsight
CreateOrUpdateWorkspace ( string resourceGroupName, string workspaceName, string location, string sku, Guid customerId, string>.IDictionary tags ) : Workspace
CreatePSDataSource ( CreatePSDataSourceParameters parameters ) : PSDataSource
CreatePSStorageInsight ( CreatePSStorageInsightParameters parameters ) : PSStorageInsight
CreatePSWorkspace ( CreatePSWorkspaceParameters parameters ) : PSWorkspace
DeleteDataSource ( string resourceGroupName, string workspaceName, string dataSourceName ) : HttpStatusCode
DeleteSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId ) : HttpStatusCode
DeleteStorageInsight ( string resourceGroupName, string workspaceName, string storageInsightName ) : HttpStatusCode
DeleteWorkspace ( string resourceGroupName, string workspaceName ) : HttpStatusCode
FilterPSDataSources ( string resourceGroupName, string workspaceName, string kind ) : List
FilterPSStorageInsights ( string resourceGroupName, string workspaceName, string storageInsightName ) : List
FilterPSWorkspaces ( string resourceGroupName, string workspaceName ) : List
GetDataSource ( string resourceGroupName, string workspaceName, string dataSourceName ) : PSDataSource
GetIntelligencePackList ( string resourceGroupName, string workspaceName ) : List
GetLinkTargets ( ) : List
GetSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId ) : PSSearchGetSavedSearchResponse
GetSavedSearchResults ( string resourceGroupName, string workspaceName, string savedSearchId ) : PSSearchGetSearchResultsResponse
GetSavedSearches ( string resourceGroupName, string workspaceName ) : PSSearchListSavedSearchResponse
GetSchema ( string resourceGroupName, string workspaceName ) : PSSearchGetSchemaResponse
GetSearchResults ( string resourceGroupName, string workspaceName, PSSearchGetSearchResultsParameters psParameters ) : PSSearchGetSearchResultsResponse
GetSearchResultsUpdate ( string resourceGroupName, string workspaceName, string id ) : PSSearchGetSearchResultsResponse
GetSingletonDataSource ( string resourceGroup, string workspaceName, string dataSourceKind ) : PSDataSource
GetStorageInsight ( string resourceGroupName, string workspaceName, string storageInsightName ) : PSStorageInsight
GetWorkspace ( string resourceGroupName, string workspaceName ) : PSWorkspace
GetWorkspaceKeys ( string resourceGroupName, string workspaceName ) : PSWorkspaceKeys
GetWorkspaceManagementGroups ( string resourceGroupName, string workspaceName ) : List
GetWorkspaceUsage ( string resourceGroupName, string workspaceName ) : List
ListDataSources ( string resourceGroupName, string workspaceName, string kind ) : List
ListStorageInsights ( string resourceGroupName, string workspaceName ) : List
ListWorkspaces ( string resourceGroupName ) : List
OperationalInsightsClient ( ) : Microsoft.Azure.Commands.Common.Authentication

Parameterless constructor for Mocking.

OperationalInsightsClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
SetIntelligencePack ( string resourceGroupName, string workspaceName, string intelligencePackName, bool enabled ) : PSIntelligencePack
UpdatePSDataSource ( UpdatePSDataSourceParameters parameters ) : PSDataSource
UpdatePSStorageInsight ( UpdatePSStorageInsightParameters parameters ) : PSStorageInsight
UpdatePSWorkspace ( UpdatePSWorkspaceParameters parameters ) : PSWorkspace

Private Methods

Méthode Description
CheckDataSourceExists ( string resourceGroupName, string workspaceName, string dataSourceName ) : bool
CheckSavedSearchExists ( string resourceGroupName, string workspaceName, string savedSearchId ) : bool
CheckStorageInsightExists ( string resourceGroupName, string workspaceName, string storageInsightName ) : bool
CheckWorkspaceExists ( string resourceGroupName, string workspaceName ) : bool
ToDictionary ( Hashtable hashTable ) : string>.Dictionary

Method Details

CreateOrUpdateDataSource() public méthode

public CreateOrUpdateDataSource ( string resourceGroupName, string workspaceName, string name, PSDataSourcePropertiesBase dataSourceProperties ) : DataSource
resourceGroupName string
workspaceName string
name string
dataSourceProperties PSDataSourcePropertiesBase
Résultat DataSource

CreateOrUpdateSavedSearch() public méthode

public CreateOrUpdateSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId, SavedSearchProperties properties, bool force, Action ConfirmAction, string ETag = null ) : HttpStatusCode
resourceGroupName string
workspaceName string
savedSearchId string
properties SavedSearchProperties
force bool
ConfirmAction Action
ETag string
Résultat HttpStatusCode

CreateOrUpdateStorageInsight() public méthode

public CreateOrUpdateStorageInsight ( string resourceGroupName, string workspaceName, string name, string storageAccountResourceId, string storageAccountKey, List tables, List containers ) : StorageInsight
resourceGroupName string
workspaceName string
name string
storageAccountResourceId string
storageAccountKey string
tables List
containers List
Résultat StorageInsight

CreateOrUpdateWorkspace() public méthode

public CreateOrUpdateWorkspace ( string resourceGroupName, string workspaceName, string location, string sku, Guid customerId, string>.IDictionary tags ) : Workspace
resourceGroupName string
workspaceName string
location string
sku string
customerId Guid
tags string>.IDictionary
Résultat Workspace

CreatePSDataSource() public méthode

public CreatePSDataSource ( CreatePSDataSourceParameters parameters ) : PSDataSource
parameters CreatePSDataSourceParameters
Résultat PSDataSource

CreatePSStorageInsight() public méthode

public CreatePSStorageInsight ( CreatePSStorageInsightParameters parameters ) : PSStorageInsight
parameters CreatePSStorageInsightParameters
Résultat PSStorageInsight

CreatePSWorkspace() public méthode

public CreatePSWorkspace ( CreatePSWorkspaceParameters parameters ) : PSWorkspace
parameters CreatePSWorkspaceParameters
Résultat PSWorkspace

DeleteDataSource() public méthode

public DeleteDataSource ( string resourceGroupName, string workspaceName, string dataSourceName ) : HttpStatusCode
resourceGroupName string
workspaceName string
dataSourceName string
Résultat HttpStatusCode

DeleteSavedSearch() public méthode

public DeleteSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId ) : HttpStatusCode
resourceGroupName string
workspaceName string
savedSearchId string
Résultat HttpStatusCode

DeleteStorageInsight() public méthode

public DeleteStorageInsight ( string resourceGroupName, string workspaceName, string storageInsightName ) : HttpStatusCode
resourceGroupName string
workspaceName string
storageInsightName string
Résultat HttpStatusCode

DeleteWorkspace() public méthode

public DeleteWorkspace ( string resourceGroupName, string workspaceName ) : HttpStatusCode
resourceGroupName string
workspaceName string
Résultat HttpStatusCode

FilterPSDataSources() public méthode

public FilterPSDataSources ( string resourceGroupName, string workspaceName, string kind ) : List
resourceGroupName string
workspaceName string
kind string
Résultat List

FilterPSStorageInsights() public méthode

public FilterPSStorageInsights ( string resourceGroupName, string workspaceName, string storageInsightName ) : List
resourceGroupName string
workspaceName string
storageInsightName string
Résultat List

FilterPSWorkspaces() public méthode

public FilterPSWorkspaces ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Résultat List

GetDataSource() public méthode

public GetDataSource ( string resourceGroupName, string workspaceName, string dataSourceName ) : PSDataSource
resourceGroupName string
workspaceName string
dataSourceName string
Résultat PSDataSource

GetIntelligencePackList() public méthode

public GetIntelligencePackList ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Résultat List

GetLinkTargets() public méthode

public GetLinkTargets ( ) : List
Résultat List

GetSavedSearch() public méthode

public GetSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId ) : PSSearchGetSavedSearchResponse
resourceGroupName string
workspaceName string
savedSearchId string
Résultat PSSearchGetSavedSearchResponse

GetSavedSearchResults() public méthode

public GetSavedSearchResults ( string resourceGroupName, string workspaceName, string savedSearchId ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
savedSearchId string
Résultat PSSearchGetSearchResultsResponse

GetSavedSearches() public méthode

public GetSavedSearches ( string resourceGroupName, string workspaceName ) : PSSearchListSavedSearchResponse
resourceGroupName string
workspaceName string
Résultat PSSearchListSavedSearchResponse

GetSchema() public méthode

public GetSchema ( string resourceGroupName, string workspaceName ) : PSSearchGetSchemaResponse
resourceGroupName string
workspaceName string
Résultat PSSearchGetSchemaResponse

GetSearchResults() public méthode

public GetSearchResults ( string resourceGroupName, string workspaceName, PSSearchGetSearchResultsParameters psParameters ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
psParameters PSSearchGetSearchResultsParameters
Résultat PSSearchGetSearchResultsResponse

GetSearchResultsUpdate() public méthode

public GetSearchResultsUpdate ( string resourceGroupName, string workspaceName, string id ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
id string
Résultat PSSearchGetSearchResultsResponse

GetSingletonDataSource() public méthode

public GetSingletonDataSource ( string resourceGroup, string workspaceName, string dataSourceKind ) : PSDataSource
resourceGroup string
workspaceName string
dataSourceKind string
Résultat PSDataSource

GetStorageInsight() public méthode

public GetStorageInsight ( string resourceGroupName, string workspaceName, string storageInsightName ) : PSStorageInsight
resourceGroupName string
workspaceName string
storageInsightName string
Résultat PSStorageInsight

GetWorkspace() public méthode

public GetWorkspace ( string resourceGroupName, string workspaceName ) : PSWorkspace
resourceGroupName string
workspaceName string
Résultat PSWorkspace

GetWorkspaceKeys() public méthode

public GetWorkspaceKeys ( string resourceGroupName, string workspaceName ) : PSWorkspaceKeys
resourceGroupName string
workspaceName string
Résultat PSWorkspaceKeys

GetWorkspaceManagementGroups() public méthode

public GetWorkspaceManagementGroups ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Résultat List

GetWorkspaceUsage() public méthode

public GetWorkspaceUsage ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Résultat List

ListDataSources() public méthode

public ListDataSources ( string resourceGroupName, string workspaceName, string kind ) : List
resourceGroupName string
workspaceName string
kind string
Résultat List

ListStorageInsights() public méthode

public ListStorageInsights ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Résultat List

ListWorkspaces() public méthode

public ListWorkspaces ( string resourceGroupName ) : List
resourceGroupName string
Résultat List

OperationalInsightsClient() public méthode

Parameterless constructor for Mocking.
public OperationalInsightsClient ( ) : Microsoft.Azure.Commands.Common.Authentication
Résultat Microsoft.Azure.Commands.Common.Authentication

OperationalInsightsClient() public méthode

public OperationalInsightsClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Résultat Microsoft.Azure.Commands.Common.Authentication

SetIntelligencePack() public méthode

public SetIntelligencePack ( string resourceGroupName, string workspaceName, string intelligencePackName, bool enabled ) : PSIntelligencePack
resourceGroupName string
workspaceName string
intelligencePackName string
enabled bool
Résultat PSIntelligencePack

UpdatePSDataSource() public méthode

public UpdatePSDataSource ( UpdatePSDataSourceParameters parameters ) : PSDataSource
parameters UpdatePSDataSourceParameters
Résultat PSDataSource

UpdatePSStorageInsight() public méthode

public UpdatePSStorageInsight ( UpdatePSStorageInsightParameters parameters ) : PSStorageInsight
parameters UpdatePSStorageInsightParameters
Résultat PSStorageInsight

UpdatePSWorkspace() public méthode

public UpdatePSWorkspace ( UpdatePSWorkspaceParameters parameters ) : PSWorkspace
parameters UpdatePSWorkspaceParameters
Résultat PSWorkspace