Class DashSettings
java.lang.Object
com.azure.resourcemanager.mediaservices.models.DashSettings
The DASH setting for a track.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DashSettings
public DashSettings()Creates an instance of DashSettings class.
-
-
Method Details
-
role
Get the role property: The role for the DASH setting.- Returns:
- the role value.
-
withRole
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.
-