Class UnsecuredEndpoint

java.lang.Object
com.azure.media.videoanalyzer.edge.models.EndpointBase
com.azure.media.videoanalyzer.edge.models.UnsecuredEndpoint

public final class UnsecuredEndpoint extends EndpointBase
Unsecured endpoint describes an endpoint that the pipeline can connect to over clear transport (no encryption in transit).
  • Constructor Details

    • UnsecuredEndpoint

      public UnsecuredEndpoint(String url)
      Creates an instance of UnsecuredEndpoint class.
      Parameters:
      url - the url value to set.
  • Method Details

    • setCredentials

      public UnsecuredEndpoint setCredentials(CredentialsBase credentials)
      Set the credentials property: Credentials to be presented to the endpoint.
      Overrides:
      setCredentials in class EndpointBase
      Parameters:
      credentials - the credentials value to set.
      Returns:
      the EndpointBase object itself.