ApplicationInsightsManagementClient Class

Definition

Composite Swagger for Application Insights Management Client

public class ApplicationInsightsManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.ApplicationInsights.Management.ApplicationInsightsManagementClient>, IDisposable, Microsoft.Azure.Management.ApplicationInsights.Management.IApplicationInsightsManagementClient, Microsoft.Rest.Azure.IAzureClient
type ApplicationInsightsManagementClient = class
    inherit ServiceClient<ApplicationInsightsManagementClient>
    interface IApplicationInsightsManagementClient
    interface IDisposable
    interface IAzureClient
Public Class ApplicationInsightsManagementClient
Inherits ServiceClient(Of ApplicationInsightsManagementClient)
Implements IApplicationInsightsManagementClient, IAzureClient, IDisposable
Inheritance
ApplicationInsightsManagementClient
Implements

Constructors

ApplicationInsightsManagementClient(DelegatingHandler[])

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(HttpClient, Boolean)

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the ApplicationInsightsManagementClient class.

ApplicationInsightsManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the ApplicationInsightsManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

AnalyticsItems

Gets the IAnalyticsItemsOperations.

Annotations

Gets the IAnnotationsOperations.

APIKeys

Gets the IAPIKeysOperations.

BaseUri

The base URI of the service.

ComponentAvailableFeatures

Gets the IComponentAvailableFeaturesOperations.

ComponentCurrentBillingFeatures

Gets the IComponentCurrentBillingFeaturesOperations.

ComponentFeatureCapabilities

Gets the IComponentFeatureCapabilitiesOperations.

ComponentLinkedStorageAccounts

Gets the IComponentLinkedStorageAccountsOperations.

ComponentQuotaStatus

Gets the IComponentQuotaStatusOperations.

Components

Gets the IComponentsOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

ExportConfigurations

Gets the IExportConfigurationsOperations.

Favorites

Gets the IFavoritesOperations.

FirstMessageHandler (Inherited from ServiceClient<T>)
GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

Operations

Gets the IOperations.

ProactiveDetectionConfigurations

Gets the IProactiveDetectionConfigurationsOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

The ID of the target subscription.

UserAgent (Inherited from ServiceClient<T>)
WebTestLocations

Gets the IWebTestLocationsOperations.

WebTests

Gets the IWebTestsOperations.

Workbooks

Gets the IWorkbooksOperations.

WorkItemConfigurations

Gets the IWorkItemConfigurationsOperations.

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to