MediaAssetStreamingLocator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the Streaming Locator.
public class MediaAssetStreamingLocator : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.MediaAssetStreamingLocator>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.MediaAssetStreamingLocator>
public class MediaAssetStreamingLocator
type MediaAssetStreamingLocator = class
interface IJsonModel<MediaAssetStreamingLocator>
interface IPersistableModel<MediaAssetStreamingLocator>
type MediaAssetStreamingLocator = class
Public Class MediaAssetStreamingLocator
Implements IJsonModel(Of MediaAssetStreamingLocator), IPersistableModel(Of MediaAssetStreamingLocator)
Public Class MediaAssetStreamingLocator
- Inheritance
-
MediaAssetStreamingLocator
- Implements
Properties
AssetName |
Asset Name. |
CreatedOn |
The creation time of the Streaming Locator. |
DefaultContentKeyPolicyName |
Name of the default ContentKeyPolicy used by this Streaming Locator. |
EndOn |
The end time of the Streaming Locator. |
Name |
Streaming Locator name. |
StartOn |
The start time of the Streaming Locator. |
StreamingLocatorId |
StreamingLocatorId of the Streaming Locator. |
StreamingPolicyName |
Name of the Streaming Policy used by this Streaming Locator. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MediaAssetStreamingLocator>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MediaAssetStreamingLocator>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MediaAssetStreamingLocator>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MediaAssetStreamingLocator>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MediaAssetStreamingLocator>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |