StreamAnalyticsManagementClient Class

Definition

Stream Analytics Client

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

Constructors

StreamAnalyticsManagementClient(DelegatingHandler[])

Initializes a new instance of the StreamAnalyticsManagementClient class.

StreamAnalyticsManagementClient(HttpClient, Boolean)

Initializes a new instance of the StreamAnalyticsManagementClient class.

StreamAnalyticsManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StreamAnalyticsManagementClient class.

StreamAnalyticsManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the StreamAnalyticsManagementClient class.

StreamAnalyticsManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the StreamAnalyticsManagementClient class.

StreamAnalyticsManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StreamAnalyticsManagementClient class.

StreamAnalyticsManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the StreamAnalyticsManagementClient class.

StreamAnalyticsManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the StreamAnalyticsManagementClient class.

StreamAnalyticsManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the StreamAnalyticsManagementClient class.

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

Initializes a new instance of the StreamAnalyticsManagementClient class.

Properties

AcceptLanguage

The preferred language for the response.

ApiVersion

The API version to use for this operation.

BaseUri

The base URI of the service.

Clusters

Gets the IClustersOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

FirstMessageHandler (Inherited from ServiceClient<T>)
Functions

Gets the IFunctionsOperations.

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

Gets the IInputsOperations.

LongRunningOperationRetryTimeout

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

Operations

Gets the IOperations.

Outputs

Gets the IOutputsOperations.

PrivateEndpoints

Gets the IPrivateEndpointsOperations.

SerializationSettings

Gets or sets json serialization settings.

StreamingJobs

Gets the IStreamingJobsOperations.

SubscriptionId

The ID of the target subscription.

Subscriptions

Gets the ISubscriptionsOperations.

Transformations

Gets the ITransformationsOperations.

UserAgent (Inherited from ServiceClient<T>)

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