C# 클래스 Microsoft.Azure.Commands.OperationalInsights.Client.OperationalInsightsClient

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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