EndpointBase Class

Base class for endpoints.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: TlsEndpoint, UnsecuredEndpoint.

All required parameters must be populated in order to send to Azure.

Inheritance
EndpointBase

Constructor

EndpointBase(*, url: str, credentials: Optional[azure.media.videoanalyzeredge._generated.models._models_py3.CredentialsBase] = None, **kwargs)

Variables

type
str

Required. Type discriminator for the derived types.Constant filled by server.

credentials
<xref:azure.media.videoanalyzer.edge.models.CredentialsBase>

Credentials to be presented to the endpoint.

url
str

Required. The endpoint URL for Video Analyzer to connect to.