UnsecuredEndpoint Class

Unsecured endpoint describes an endpoint that the pipeline can connect to over clear transport (no encryption in transit).

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

Inheritance
azure.media.videoanalyzeredge._generated.models._models_py3.EndpointBase
UnsecuredEndpoint

Constructor

UnsecuredEndpoint(*, 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.