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
type StreamingLocatorData = class
inherit ResourceData
Public Class StreamingLocatorData
Inherits ResourceData
- Inheritance
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) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET