C# Класс Microsoft.Azure.Commands.OperationalInsights.Client.OperationalInsightsClient

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

CreateOrUpdateDataSource() публичный Метод

public CreateOrUpdateDataSource ( string resourceGroupName, string workspaceName, string name, PSDataSourcePropertiesBase dataSourceProperties ) : DataSource
resourceGroupName string
workspaceName string
name string
dataSourceProperties PSDataSourcePropertiesBase
Результат DataSource

CreateOrUpdateSavedSearch() публичный Метод

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
Результат HttpStatusCode

CreateOrUpdateStorageInsight() публичный Метод

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
Результат StorageInsight

CreateOrUpdateWorkspace() публичный Метод

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
Результат Workspace

CreatePSDataSource() публичный Метод

public CreatePSDataSource ( CreatePSDataSourceParameters parameters ) : PSDataSource
parameters CreatePSDataSourceParameters
Результат PSDataSource

CreatePSStorageInsight() публичный Метод

public CreatePSStorageInsight ( CreatePSStorageInsightParameters parameters ) : PSStorageInsight
parameters CreatePSStorageInsightParameters
Результат PSStorageInsight

CreatePSWorkspace() публичный Метод

public CreatePSWorkspace ( CreatePSWorkspaceParameters parameters ) : PSWorkspace
parameters CreatePSWorkspaceParameters
Результат PSWorkspace

DeleteDataSource() публичный Метод

public DeleteDataSource ( string resourceGroupName, string workspaceName, string dataSourceName ) : HttpStatusCode
resourceGroupName string
workspaceName string
dataSourceName string
Результат HttpStatusCode

DeleteSavedSearch() публичный Метод

public DeleteSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId ) : HttpStatusCode
resourceGroupName string
workspaceName string
savedSearchId string
Результат HttpStatusCode

DeleteStorageInsight() публичный Метод

public DeleteStorageInsight ( string resourceGroupName, string workspaceName, string storageInsightName ) : HttpStatusCode
resourceGroupName string
workspaceName string
storageInsightName string
Результат HttpStatusCode

DeleteWorkspace() публичный Метод

public DeleteWorkspace ( string resourceGroupName, string workspaceName ) : HttpStatusCode
resourceGroupName string
workspaceName string
Результат HttpStatusCode

FilterPSDataSources() публичный Метод

public FilterPSDataSources ( string resourceGroupName, string workspaceName, string kind ) : List
resourceGroupName string
workspaceName string
kind string
Результат List

FilterPSStorageInsights() публичный Метод

public FilterPSStorageInsights ( string resourceGroupName, string workspaceName, string storageInsightName ) : List
resourceGroupName string
workspaceName string
storageInsightName string
Результат List

FilterPSWorkspaces() публичный Метод

public FilterPSWorkspaces ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Результат List

GetDataSource() публичный Метод

public GetDataSource ( string resourceGroupName, string workspaceName, string dataSourceName ) : PSDataSource
resourceGroupName string
workspaceName string
dataSourceName string
Результат PSDataSource

GetIntelligencePackList() публичный Метод

public GetIntelligencePackList ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Результат List

GetLinkTargets() публичный Метод

public GetLinkTargets ( ) : List
Результат List

GetSavedSearch() публичный Метод

public GetSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId ) : PSSearchGetSavedSearchResponse
resourceGroupName string
workspaceName string
savedSearchId string
Результат PSSearchGetSavedSearchResponse

GetSavedSearchResults() публичный Метод

public GetSavedSearchResults ( string resourceGroupName, string workspaceName, string savedSearchId ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
savedSearchId string
Результат PSSearchGetSearchResultsResponse

GetSavedSearches() публичный Метод

public GetSavedSearches ( string resourceGroupName, string workspaceName ) : PSSearchListSavedSearchResponse
resourceGroupName string
workspaceName string
Результат PSSearchListSavedSearchResponse

GetSchema() публичный Метод

public GetSchema ( string resourceGroupName, string workspaceName ) : PSSearchGetSchemaResponse
resourceGroupName string
workspaceName string
Результат PSSearchGetSchemaResponse

GetSearchResults() публичный Метод

public GetSearchResults ( string resourceGroupName, string workspaceName, PSSearchGetSearchResultsParameters psParameters ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
psParameters PSSearchGetSearchResultsParameters
Результат PSSearchGetSearchResultsResponse

GetSearchResultsUpdate() публичный Метод

public GetSearchResultsUpdate ( string resourceGroupName, string workspaceName, string id ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
id string
Результат PSSearchGetSearchResultsResponse

GetSingletonDataSource() публичный Метод

public GetSingletonDataSource ( string resourceGroup, string workspaceName, string dataSourceKind ) : PSDataSource
resourceGroup string
workspaceName string
dataSourceKind string
Результат PSDataSource

GetStorageInsight() публичный Метод

public GetStorageInsight ( string resourceGroupName, string workspaceName, string storageInsightName ) : PSStorageInsight
resourceGroupName string
workspaceName string
storageInsightName string
Результат PSStorageInsight

GetWorkspace() публичный Метод

public GetWorkspace ( string resourceGroupName, string workspaceName ) : PSWorkspace
resourceGroupName string
workspaceName string
Результат PSWorkspace

GetWorkspaceKeys() публичный Метод

public GetWorkspaceKeys ( string resourceGroupName, string workspaceName ) : PSWorkspaceKeys
resourceGroupName string
workspaceName string
Результат PSWorkspaceKeys

GetWorkspaceManagementGroups() публичный Метод

public GetWorkspaceManagementGroups ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Результат List

GetWorkspaceUsage() публичный Метод

public GetWorkspaceUsage ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Результат List

ListDataSources() публичный Метод

public ListDataSources ( string resourceGroupName, string workspaceName, string kind ) : List
resourceGroupName string
workspaceName string
kind string
Результат List

ListStorageInsights() публичный Метод

public ListStorageInsights ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
Результат List

ListWorkspaces() публичный Метод

public ListWorkspaces ( string resourceGroupName ) : List
resourceGroupName string
Результат List

OperationalInsightsClient() публичный Метод

Parameterless constructor for Mocking.
public OperationalInsightsClient ( ) : Microsoft.Azure.Commands.Common.Authentication
Результат Microsoft.Azure.Commands.Common.Authentication

OperationalInsightsClient() публичный Метод

public OperationalInsightsClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
Результат Microsoft.Azure.Commands.Common.Authentication

SetIntelligencePack() публичный Метод

public SetIntelligencePack ( string resourceGroupName, string workspaceName, string intelligencePackName, bool enabled ) : PSIntelligencePack
resourceGroupName string
workspaceName string
intelligencePackName string
enabled bool
Результат PSIntelligencePack

UpdatePSDataSource() публичный Метод

public UpdatePSDataSource ( UpdatePSDataSourceParameters parameters ) : PSDataSource
parameters UpdatePSDataSourceParameters
Результат PSDataSource

UpdatePSStorageInsight() публичный Метод

public UpdatePSStorageInsight ( UpdatePSStorageInsightParameters parameters ) : PSStorageInsight
parameters UpdatePSStorageInsightParameters
Результат PSStorageInsight

UpdatePSWorkspace() публичный Метод

public UpdatePSWorkspace ( UpdatePSWorkspaceParameters parameters ) : PSWorkspace
parameters UpdatePSWorkspaceParameters
Результат PSWorkspace