StreamingLocatorData 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.
A class representing the StreamingLocator data model. A Streaming Locator resource
public class StreamingLocatorData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.StreamingLocatorData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.StreamingLocatorData>
public class StreamingLocatorData : Azure.ResourceManager.Models.ResourceData
type StreamingLocatorData = class
inherit ResourceData
interface IJsonModel<StreamingLocatorData>
interface IPersistableModel<StreamingLocatorData>
type StreamingLocatorData = class
inherit ResourceData
Public Class StreamingLocatorData
Inherits ResourceData
Implements IJsonModel(Of StreamingLocatorData), IPersistableModel(Of StreamingLocatorData)
Public Class StreamingLocatorData
Inherits ResourceData
- Inheritance
- Implements
Constructors
StreamingLocatorData() |
Initializes a new instance of StreamingLocatorData. |
Properties
AlternativeMediaId |
Alternative Media ID of this Streaming Locator. |
AssetName |
Asset Name. |
ContentKeys |
The ContentKeys used by this Streaming Locator. |
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. |
Filters |
A list of asset or account filters which apply to this streaming locator. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
StartOn |
The start time of the Streaming Locator. |
StreamingLocatorId |
The StreamingLocatorId of the Streaming Locator. |
StreamingPolicyName |
Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_MultiDrmCencStreaming' and 'Predefined_MultiDrmStreaming'. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<StreamingLocatorData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StreamingLocatorData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StreamingLocatorData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StreamingLocatorData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StreamingLocatorData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET