Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.StreamingLocatorInner
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 StreamingLocatorInner in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionStreamingLocatorsClient.create
(String resourceGroupName, String accountName, String streamingLocatorName, StreamingLocatorInner parameters) Create a Streaming LocatorStreamingLocatorsClient.get
(String resourceGroupName, String accountName, String streamingLocatorName) Get a Streaming LocatorModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<StreamingLocatorInner>
StreamingLocatorsClient.createWithResponse
(String resourceGroupName, String accountName, String streamingLocatorName, StreamingLocatorInner parameters, com.azure.core.util.Context context) Create a Streaming Locatorcom.azure.core.http.rest.Response<StreamingLocatorInner>
StreamingLocatorsClient.getWithResponse
(String resourceGroupName, String accountName, String streamingLocatorName, com.azure.core.util.Context context) Get a Streaming Locatorcom.azure.core.http.rest.PagedIterable<StreamingLocatorInner>
List Streaming Locatorscom.azure.core.http.rest.PagedIterable<StreamingLocatorInner>
StreamingLocatorsClient.list
(String resourceGroupName, String accountName, String filter, Integer top, String orderby, com.azure.core.util.Context context) List Streaming LocatorsModifier and TypeMethodDescriptionStreamingLocatorsClient.create
(String resourceGroupName, String accountName, String streamingLocatorName, StreamingLocatorInner parameters) Create a Streaming Locatorcom.azure.core.http.rest.Response<StreamingLocatorInner>
StreamingLocatorsClient.createWithResponse
(String resourceGroupName, String accountName, String streamingLocatorName, StreamingLocatorInner parameters, com.azure.core.util.Context context) Create a Streaming Locator -
Uses of StreamingLocatorInner in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionStreamingLocatorInner.withAlternativeMediaId
(String alternativeMediaId) Set the alternativeMediaId property: Alternative Media ID of this Streaming Locator.StreamingLocatorInner.withAssetName
(String assetName) Set the assetName property: Asset Name.StreamingLocatorInner.withContentKeys
(List<StreamingLocatorContentKey> contentKeys) Set the contentKeys property: The ContentKeys used by this Streaming Locator.StreamingLocatorInner.withDefaultContentKeyPolicyName
(String defaultContentKeyPolicyName) Set the defaultContentKeyPolicyName property: Name of the default ContentKeyPolicy used by this Streaming Locator.StreamingLocatorInner.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end time of the Streaming Locator.StreamingLocatorInner.withFilters
(List<String> filters) Set the filters property: A list of asset or account filters which apply to this streaming locator.StreamingLocatorInner.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start time of the Streaming Locator.StreamingLocatorInner.withStreamingLocatorId
(UUID streamingLocatorId) Set the streamingLocatorId property: The StreamingLocatorId of the Streaming Locator.StreamingLocatorInner.withStreamingPolicyName
(String streamingPolicyName) Set the streamingPolicyName property: Name of the Streaming Policy used by this Streaming Locator. -
Uses of StreamingLocatorInner in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionStreamingLocator.innerModel()
Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.StreamingLocatorInner object.Modifier and TypeMethodDescriptionStreamingLocatorCollection.value()
Get the value property: A collection of StreamingLocator items.Modifier and TypeMethodDescriptionStreamingLocatorCollection.withValue
(List<StreamingLocatorInner> value) Set the value property: A collection of StreamingLocator items.