Interface LiveEvent.UpdateStages.WithHostnamePrefix

All Known Subinterfaces:
LiveEvent.Update
Enclosing interface:
LiveEvent.UpdateStages

public static interface LiveEvent.UpdateStages.WithHostnamePrefix
The stage of the LiveEvent update allowing to specify hostnamePrefix.
  • Method Summary

    Modifier and Type
    Method
    Description
    withHostnamePrefix(String hostnamePrefix)
    Specifies the hostnamePrefix property: When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints.
  • Method Details

    • withHostnamePrefix

      LiveEvent.Update withHostnamePrefix(String hostnamePrefix)
      Specifies the hostnamePrefix property: When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center..
      Parameters:
      hostnamePrefix - When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center.
      Returns:
      the next definition stage.