HDInsightManagementClient Class

Definition

HDInsight Management Client

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

Constructors

HDInsightManagementClient(DelegatingHandler[])

Initializes a new instance of the HDInsightManagementClient class.

HDInsightManagementClient(HttpClient, Boolean)

Initializes a new instance of the HDInsightManagementClient class.

HDInsightManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the HDInsightManagementClient class.

HDInsightManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the HDInsightManagementClient class.

HDInsightManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the HDInsightManagementClient class.

HDInsightManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the HDInsightManagementClient class.

HDInsightManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the HDInsightManagementClient class.

HDInsightManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the HDInsightManagementClient class.

HDInsightManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the HDInsightManagementClient class.

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

Initializes a new instance of the HDInsightManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

The HDInsight client API Version.

Applications

Gets the IApplicationsOperations.

BaseUri

The base URI of the service.

Clusters

Gets the IClustersOperations.

Configurations

Gets the IConfigurationsOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

Extensions

Gets the IExtensionsOperations.

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.

HDInsightRetryPolicy

Gets the recommended Retry Policy for the HDInsight Management Client.

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

Gets the ILocationsOperations.

LongRunningOperationRetryTimeout

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

Operations

Gets the IOperations.

PrivateEndpointConnections

Gets the IPrivateEndpointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

ScriptActions

Gets the IScriptActionsOperations.

ScriptExecutionHistory

Gets the IScriptExecutionHistoryOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

UserAgent (Inherited from ServiceClient<T>)
VirtualMachines

Gets the IVirtualMachinesOperations.

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