java.lang.Object
com.azure.resourcemanager.mediaservices.models.DashSettings

public final class DashSettings extends Object
The DASH setting for a track.
  • Constructor Details

    • DashSettings

      public DashSettings()
      Creates an instance of DashSettings class.
  • Method Details

    • role

      public String role()
      Get the role property: The role for the DASH setting.
      Returns:
      the role value.
    • withRole

      public DashSettings withRole(String role)
      Set the role property: The role for the DASH setting.
      Parameters:
      role - the role value to set.
      Returns:
      the DashSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.