GetStreamingLocatorResult

data class GetStreamingLocatorResult(val alternativeMediaId: String? = null, val assetName: String, val azureApiVersion: String, val contentKeys: List<StreamingLocatorContentKeyResponse>? = null, val created: String, val defaultContentKeyPolicyName: String? = null, val endTime: String? = null, val filters: List<String>? = null, val id: String, val name: String, val startTime: String? = null, val streamingLocatorId: String? = null, val streamingPolicyName: String, val systemData: SystemDataResponse, val type: String)

A Streaming Locator resource

Constructors

Link copied to clipboard
constructor(alternativeMediaId: String? = null, assetName: String, azureApiVersion: String, contentKeys: List<StreamingLocatorContentKeyResponse>? = null, created: String, defaultContentKeyPolicyName: String? = null, endTime: String? = null, filters: List<String>? = null, id: String, name: String, startTime: String? = null, streamingLocatorId: String? = null, streamingPolicyName: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Alternative Media ID of this Streaming Locator

Link copied to clipboard

Asset Name

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The ContentKeys used by this Streaming Locator.

Link copied to clipboard

The creation time of the Streaming Locator.

Link copied to clipboard

Name of the default ContentKeyPolicy used by this Streaming Locator.

Link copied to clipboard
val endTime: String? = null

The end time of the Streaming Locator.

Link copied to clipboard
val filters: List<String>? = null

A list of asset or account filters which apply to this streaming locator

Link copied to clipboard
val id: String

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

Link copied to clipboard

The name of the resource

Link copied to clipboard
val startTime: String? = null

The start time of the Streaming Locator.

Link copied to clipboard

The StreamingLocatorId of the Streaming Locator.

Link copied to clipboard

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'

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard

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