Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.ListPathsResponseInner
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of ListPathsResponseInner in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionStreamingLocatorsClient.listPaths
(String resourceGroupName, String accountName, String streamingLocatorName) List PathsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ListPathsResponseInner>
StreamingLocatorsClient.listPathsWithResponse
(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) List Paths -
Uses of ListPathsResponseInner in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionListPathsResponseInner.withDownloadPaths
(List<String> downloadPaths) Set the downloadPaths property: Download Paths supported by current Streaming Locator.ListPathsResponseInner.withStreamingPaths
(List<StreamingPath> streamingPaths) Set the streamingPaths property: Streaming Paths supported by current Streaming Locator. -
Uses of ListPathsResponseInner in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionListPathsResponse.innerModel()
Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ListPathsResponseInner object.