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

ファイルを表示 Open project: Azure/azure-powershell

Public Methods

Method 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

Method 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 method

public CreateOrUpdateDataSource ( string resourceGroupName, string workspaceName, string name, PSDataSourcePropertiesBase dataSourceProperties ) : DataSource
resourceGroupName string
workspaceName string
name string
dataSourceProperties PSDataSourcePropertiesBase
return DataSource

CreateOrUpdateSavedSearch() public method

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
return HttpStatusCode

CreateOrUpdateStorageInsight() public method

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
return StorageInsight

CreateOrUpdateWorkspace() public method

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
return Workspace

CreatePSDataSource() public method

public CreatePSDataSource ( CreatePSDataSourceParameters parameters ) : PSDataSource
parameters CreatePSDataSourceParameters
return PSDataSource

CreatePSStorageInsight() public method

public CreatePSStorageInsight ( CreatePSStorageInsightParameters parameters ) : PSStorageInsight
parameters CreatePSStorageInsightParameters
return PSStorageInsight

CreatePSWorkspace() public method

public CreatePSWorkspace ( CreatePSWorkspaceParameters parameters ) : PSWorkspace
parameters CreatePSWorkspaceParameters
return PSWorkspace

DeleteDataSource() public method

public DeleteDataSource ( string resourceGroupName, string workspaceName, string dataSourceName ) : HttpStatusCode
resourceGroupName string
workspaceName string
dataSourceName string
return HttpStatusCode

DeleteSavedSearch() public method

public DeleteSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId ) : HttpStatusCode
resourceGroupName string
workspaceName string
savedSearchId string
return HttpStatusCode

DeleteStorageInsight() public method

public DeleteStorageInsight ( string resourceGroupName, string workspaceName, string storageInsightName ) : HttpStatusCode
resourceGroupName string
workspaceName string
storageInsightName string
return HttpStatusCode

DeleteWorkspace() public method

public DeleteWorkspace ( string resourceGroupName, string workspaceName ) : HttpStatusCode
resourceGroupName string
workspaceName string
return HttpStatusCode

FilterPSDataSources() public method

public FilterPSDataSources ( string resourceGroupName, string workspaceName, string kind ) : List
resourceGroupName string
workspaceName string
kind string
return List

FilterPSStorageInsights() public method

public FilterPSStorageInsights ( string resourceGroupName, string workspaceName, string storageInsightName ) : List
resourceGroupName string
workspaceName string
storageInsightName string
return List

FilterPSWorkspaces() public method

public FilterPSWorkspaces ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
return List

GetDataSource() public method

public GetDataSource ( string resourceGroupName, string workspaceName, string dataSourceName ) : PSDataSource
resourceGroupName string
workspaceName string
dataSourceName string
return PSDataSource

GetIntelligencePackList() public method

public GetIntelligencePackList ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
return List

GetLinkTargets() public method

public GetLinkTargets ( ) : List
return List

GetSavedSearch() public method

public GetSavedSearch ( string resourceGroupName, string workspaceName, string savedSearchId ) : PSSearchGetSavedSearchResponse
resourceGroupName string
workspaceName string
savedSearchId string
return PSSearchGetSavedSearchResponse

GetSavedSearchResults() public method

public GetSavedSearchResults ( string resourceGroupName, string workspaceName, string savedSearchId ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
savedSearchId string
return PSSearchGetSearchResultsResponse

GetSavedSearches() public method

public GetSavedSearches ( string resourceGroupName, string workspaceName ) : PSSearchListSavedSearchResponse
resourceGroupName string
workspaceName string
return PSSearchListSavedSearchResponse

GetSchema() public method

public GetSchema ( string resourceGroupName, string workspaceName ) : PSSearchGetSchemaResponse
resourceGroupName string
workspaceName string
return PSSearchGetSchemaResponse

GetSearchResults() public method

public GetSearchResults ( string resourceGroupName, string workspaceName, PSSearchGetSearchResultsParameters psParameters ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
psParameters PSSearchGetSearchResultsParameters
return PSSearchGetSearchResultsResponse

GetSearchResultsUpdate() public method

public GetSearchResultsUpdate ( string resourceGroupName, string workspaceName, string id ) : PSSearchGetSearchResultsResponse
resourceGroupName string
workspaceName string
id string
return PSSearchGetSearchResultsResponse

GetSingletonDataSource() public method

public GetSingletonDataSource ( string resourceGroup, string workspaceName, string dataSourceKind ) : PSDataSource
resourceGroup string
workspaceName string
dataSourceKind string
return PSDataSource

GetStorageInsight() public method

public GetStorageInsight ( string resourceGroupName, string workspaceName, string storageInsightName ) : PSStorageInsight
resourceGroupName string
workspaceName string
storageInsightName string
return PSStorageInsight

GetWorkspace() public method

public GetWorkspace ( string resourceGroupName, string workspaceName ) : PSWorkspace
resourceGroupName string
workspaceName string
return PSWorkspace

GetWorkspaceKeys() public method

public GetWorkspaceKeys ( string resourceGroupName, string workspaceName ) : PSWorkspaceKeys
resourceGroupName string
workspaceName string
return PSWorkspaceKeys

GetWorkspaceManagementGroups() public method

public GetWorkspaceManagementGroups ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
return List

GetWorkspaceUsage() public method

public GetWorkspaceUsage ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
return List

ListDataSources() public method

public ListDataSources ( string resourceGroupName, string workspaceName, string kind ) : List
resourceGroupName string
workspaceName string
kind string
return List

ListStorageInsights() public method

public ListStorageInsights ( string resourceGroupName, string workspaceName ) : List
resourceGroupName string
workspaceName string
return List

ListWorkspaces() public method

public ListWorkspaces ( string resourceGroupName ) : List
resourceGroupName string
return List

OperationalInsightsClient() public method

Parameterless constructor for Mocking.
public OperationalInsightsClient ( ) : Microsoft.Azure.Commands.Common.Authentication
return Microsoft.Azure.Commands.Common.Authentication

OperationalInsightsClient() public method

public OperationalInsightsClient ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
return Microsoft.Azure.Commands.Common.Authentication

SetIntelligencePack() public method

public SetIntelligencePack ( string resourceGroupName, string workspaceName, string intelligencePackName, bool enabled ) : PSIntelligencePack
resourceGroupName string
workspaceName string
intelligencePackName string
enabled bool
return PSIntelligencePack

UpdatePSDataSource() public method

public UpdatePSDataSource ( UpdatePSDataSourceParameters parameters ) : PSDataSource
parameters UpdatePSDataSourceParameters
return PSDataSource

UpdatePSStorageInsight() public method

public UpdatePSStorageInsight ( UpdatePSStorageInsightParameters parameters ) : PSStorageInsight
parameters UpdatePSStorageInsightParameters
return PSStorageInsight

UpdatePSWorkspace() public method

public UpdatePSWorkspace ( UpdatePSWorkspaceParameters parameters ) : PSWorkspace
parameters UpdatePSWorkspaceParameters
return PSWorkspace