AzureMediaServicesClient Class

Definition

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

Constructors

AzureMediaServicesClient(DelegatingHandler[])

Initializes a new instance of the AzureMediaServicesClient class.

AzureMediaServicesClient(HttpClient, Boolean)

Initializes a new instance of the AzureMediaServicesClient class.

AzureMediaServicesClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the AzureMediaServicesClient class.

AzureMediaServicesClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the AzureMediaServicesClient class.

AzureMediaServicesClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the AzureMediaServicesClient class.

AzureMediaServicesClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the AzureMediaServicesClient class.

AzureMediaServicesClient(Uri, DelegatingHandler[])

Initializes a new instance of the AzureMediaServicesClient class.

AzureMediaServicesClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the AzureMediaServicesClient class.

AzureMediaServicesClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the AzureMediaServicesClient class.

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

Initializes a new instance of the AzureMediaServicesClient class.

Properties

AcceptLanguage

The preferred language for the response.

AccountFilters

Gets the IAccountFiltersOperations.

AssetFilters

Gets the IAssetFiltersOperations.

Assets

Gets the IAssetsOperations.

BaseUri

The base URI of the service.

ContentKeyPolicies

Gets the IContentKeyPoliciesOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

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

Gets the IJobsOperations.

LiveEvents

Gets the ILiveEventsOperations.

LiveOutputs

Gets the ILiveOutputsOperations.

Locations

Gets the ILocationsOperations.

LongRunningOperationRetryTimeout

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

Mediaservices

Gets the IMediaservicesOperations.

OperationResults

Gets the IOperationResultsOperations.

Operations

Gets the IOperations.

OperationStatuses

Gets the IOperationStatusesOperations.

PrivateEndpointConnections

Gets the IPrivateEndpointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

SerializationSettings

Gets or sets json serialization settings.

StreamingEndpoints

Gets the IStreamingEndpointsOperations.

StreamingLocators

Gets the IStreamingLocatorsOperations.

StreamingPolicies

Gets the IStreamingPoliciesOperations.

SubscriptionId

The unique identifier for a Microsoft Azure subscription.

Tracks

Gets the ITracksOperations.

Transforms

Gets the ITransformsOperations.

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