StreamingLocator Class

Definition

A Streaming Locator resource

[Microsoft.Rest.Serialization.JsonTransformation]
public class StreamingLocator : Microsoft.Azure.Management.Media.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StreamingLocator = class
    inherit ProxyResource
Public Class StreamingLocator
Inherits ProxyResource
Inheritance
StreamingLocator
Attributes

Constructors

StreamingLocator()

Initializes a new instance of the StreamingLocator class.

StreamingLocator(String, String, String, String, String, DateTime, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>, String, IList<StreamingLocatorContentKey>, String, IList<String>, SystemData)

Initializes a new instance of the StreamingLocator class.

Properties

AlternativeMediaId

Gets or sets alternative Media ID of this Streaming Locator

AssetName

Gets or sets asset Name

ContentKeys

Gets or sets the ContentKeys used by this Streaming Locator.

Created

Gets the creation time of the Streaming Locator.

DefaultContentKeyPolicyName

Gets or sets name of the default ContentKeyPolicy used by this Streaming Locator.

EndTime

Gets or sets the end time of the Streaming Locator.

Filters

Gets or sets a list of asset or account filters which apply to this streaming locator

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
StartTime

Gets or sets the start time of the Streaming Locator.

StreamingLocatorId

Gets or sets the StreamingLocatorId of the Streaming Locator.

StreamingPolicyName

Gets or sets 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

Gets the system metadata relating to this resource.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to