Class ListStreamingLocatorsResponseInner
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.ListStreamingLocatorsResponseInner
The Streaming Locators associated with this Asset.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ListStreamingLocatorsResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the streamingLocators property: The list of Streaming Locators.void
validate()
Validates the instance.
-
Constructor Details
-
ListStreamingLocatorsResponseInner
public ListStreamingLocatorsResponseInner()Creates an instance of ListStreamingLocatorsResponseInner class.
-
-
Method Details
-
streamingLocators
Get the streamingLocators property: The list of Streaming Locators.- Returns:
- the streamingLocators value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-