Interface ListStreamingLocatorsResponse
public interface ListStreamingLocatorsResponse
An immutable client-side representation of ListStreamingLocatorsResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.mediaservices.fluent.models.ListStreamingLocatorsResponseInner object.Gets the streamingLocators property: The list of Streaming Locators.
-
Method Details
-
streamingLocators
List<AssetStreamingLocator> streamingLocators()Gets the streamingLocators property: The list of Streaming Locators.- Returns:
- the streamingLocators value.
-
innerModel
ListStreamingLocatorsResponseInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ListStreamingLocatorsResponseInner object.- Returns:
- the inner object.
-