OperationalInsightsManagementClient Class

Definition

Operational Insights Client

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

Constructors

OperationalInsightsManagementClient(DelegatingHandler[])

Initializes a new instance of the OperationalInsightsManagementClient class.

OperationalInsightsManagementClient(HttpClient, Boolean)

Initializes a new instance of the OperationalInsightsManagementClient class.

OperationalInsightsManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the OperationalInsightsManagementClient class.

OperationalInsightsManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the OperationalInsightsManagementClient class.

OperationalInsightsManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the OperationalInsightsManagementClient class.

OperationalInsightsManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the OperationalInsightsManagementClient class.

OperationalInsightsManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the OperationalInsightsManagementClient class.

OperationalInsightsManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the OperationalInsightsManagementClient class.

OperationalInsightsManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the OperationalInsightsManagementClient class.

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

Initializes a new instance of the OperationalInsightsManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

AvailableServiceTiers

Gets the IAvailableServiceTiersOperations.

BaseUri

The base URI of the service.

Clusters

Gets the IClustersOperations.

Credentials

Credentials needed for the client to connect to Azure.

DataExports

Gets the IDataExportsOperations.

DataSources

Gets the IDataSourcesOperations.

DeletedWorkspaces

Gets the IDeletedWorkspacesOperations.

DeserializationSettings

Gets or sets json deserialization settings.

FirstMessageHandler (Inherited from ServiceClient<T>)
Gateways

Gets the IGatewaysOperations.

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>)
IntelligencePacks

Gets the IIntelligencePacksOperations.

LinkedServices

Gets the ILinkedServicesOperations.

LinkedStorageAccounts

Gets the ILinkedStorageAccountsOperations.

LongRunningOperationRetryTimeout

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

ManagementGroups

Gets the IManagementGroupsOperations.

Operations

Gets the IOperations.

OperationStatuses

Gets the IOperationStatusesOperations.

SavedSearches

Gets the ISavedSearchesOperations.

Schema

Gets the ISchemaOperations.

SerializationSettings

Gets or sets json serialization settings.

SharedKeys

Gets the ISharedKeysOperations.

StorageInsightConfigs

Gets the IStorageInsightConfigsOperations.

SubscriptionId

The ID of the target subscription.

Tables

Gets the ITablesOperations.

Usages

Gets the IUsagesOperations.

UserAgent (Inherited from ServiceClient<T>)
WorkspacePurge

Gets the IWorkspacePurgeOperations.

Workspaces

Gets the IWorkspacesOperations.

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