Interface ListPathsResponse


public interface ListPathsResponse
An immutable client-side representation of ListPathsResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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

      List<String> downloadPaths()
      Gets the downloadPaths property: Download Paths supported by current Streaming Locator.
      Returns:
      the downloadPaths value.
    • innerModel

      Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ListPathsResponseInner object.
      Returns:
      the inner object.