Interface ListPathsResponse
public interface ListPathsResponse
An immutable client-side representation of ListPathsResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the downloadPaths property: Download Paths supported by current Streaming Locator.Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ListPathsResponseInner object.Gets the streamingPaths property: Streaming Paths supported by current Streaming Locator.
-
Method Details
-
streamingPaths
List<StreamingPath> streamingPaths()Gets the streamingPaths property: Streaming Paths supported by current Streaming Locator.- Returns:
- the streamingPaths value.
-
downloadPaths
Gets the downloadPaths property: Download Paths supported by current Streaming Locator.- Returns:
- the downloadPaths value.
-
innerModel
ListPathsResponseInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ListPathsResponseInner object.- Returns:
- the inner object.
-