你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IApplicationInsightsManagementClient 接口

定义

用于 Application Insights 管理客户端的复合 Swagger

public interface IApplicationInsightsManagementClient : IDisposable
type IApplicationInsightsManagementClient = interface
    interface IDisposable
Public Interface IApplicationInsightsManagementClient
Implements IDisposable
派生
实现

属性

AcceptLanguage

响应的首选语言。

AnalyticsItems

获取 IAnalyticsItemsOperations。

Annotations

获取 IAnnotationsOperations。

APIKeys

获取 IAPIKeysOperations。

BaseUri

服务的基 URI。

ComponentAvailableFeatures

获取 IComponentAvailableFeaturesOperations。

ComponentCurrentBillingFeatures

获取 IComponentCurrentBillingFeaturesOperations。

ComponentFeatureCapabilities

获取 IComponentFeatureCapabilitiesOperations。

ComponentLinkedStorageAccounts

获取 IComponentLinkedStorageAccountsOperations。

ComponentQuotaStatus

获取 IComponentQuotaStatusOperations。

Components

获取 IComponentsOperations。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

ExportConfigurations

获取 IExportConfigurationsOperations。

Favorites

获取 IFavoritesOperations。

GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 当设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Operations

获取 IOperations。

ProactiveDetectionConfigurations

获取 IProactiveDetectionConfigurationsOperations。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

目标订阅的 ID。

WebTestLocations

获取 IWebTestLocationsOperations。

WebTests

获取 IWebTestsOperations。

Workbooks

获取 IWorkbooksOperations。

WorkItemConfigurations

获取 IWorkItemConfigurationsOperations。

适用于