VideoAnalyzerClient Class

Definition

Azure Video Analyzer provides a platform for you to build intelligent video applications that span the edge and the cloud

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

Constructors

VideoAnalyzerClient(DelegatingHandler[])

Initializes a new instance of the VideoAnalyzerClient class.

VideoAnalyzerClient(HttpClient, Boolean)

Initializes a new instance of the VideoAnalyzerClient class.

VideoAnalyzerClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the VideoAnalyzerClient class.

VideoAnalyzerClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the VideoAnalyzerClient class.

VideoAnalyzerClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the VideoAnalyzerClient class.

VideoAnalyzerClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the VideoAnalyzerClient class.

VideoAnalyzerClient(Uri, DelegatingHandler[])

Initializes a new instance of the VideoAnalyzerClient class.

VideoAnalyzerClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the VideoAnalyzerClient class.

VideoAnalyzerClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the VideoAnalyzerClient class.

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

Initializes a new instance of the VideoAnalyzerClient class.

Properties

AcceptLanguage

The preferred language for the response.

AccessPolicies

Gets the IAccessPoliciesOperations.

ApiVersion

The API version to use for this operation.

BaseUri

The base URI of the service.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

EdgeModules

Gets the IEdgeModulesOperations.

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

Gets the ILivePipelineOperationStatusesOperations.

LivePipelines

Gets the ILivePipelinesOperations.

Locations

Gets the ILocationsOperations.

LongRunningOperationRetryTimeout

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

OperationResults

Gets the IOperationResultsOperations.

Operations

Gets the IOperations.

OperationStatuses

Gets the IOperationStatusesOperations.

PipelineJobOperationStatuses

Gets the IPipelineJobOperationStatusesOperations.

PipelineJobs

Gets the IPipelineJobsOperations.

PipelineTopologies

Gets the IPipelineTopologiesOperations.

PrivateEndpointConnections

Gets the IPrivateEndpointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

The ID of the target subscription.

UserAgent (Inherited from ServiceClient<T>)
VideoAnalyzerOperationResults

Gets the IVideoAnalyzerOperationResultsOperations.

VideoAnalyzerOperationStatuses

Gets the IVideoAnalyzerOperationStatusesOperations.

VideoAnalyzers

Gets the IVideoAnalyzersOperations.

Videos

Gets the IVideosOperations.

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