你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StreamingLocator 类

定义

流式处理定位符资源

[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
继承
StreamingLocator
属性

构造函数

StreamingLocator()

初始化 StreamingLocator 类的新实例。

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

初始化 StreamingLocator 类的新实例。

属性

AlternativeMediaId

获取或设置此流式处理定位符的备用媒体 ID

AssetName

获取或设置资产名称

ContentKeys

获取或设置此流定位符使用的 ContentKey。

Created

获取流定位符的创建时间。

DefaultContentKeyPolicyName

获取或设置此流式处理定位符使用的默认 ContentKeyPolicy 的名称。

EndTime

获取或设置流定位符的结束时间。

Filters

获取或设置应用于此流式处理定位符的资产或帐户筛选器列表

Id

获取资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Name

获取资源的名称

(继承自 Resource)
StartTime

获取或设置流定位符的开始时间。

StreamingLocatorId

获取或设置流定位符的 StreamingLocatorId。

StreamingPolicyName

获取或设置此流式处理定位符使用的流式处理策略的名称。 指定创建的流式处理策略的名称,或使用一个预定义的流式处理策略。 可用的预定义流式处理策略包括:“Predefined_DownloadOnly”、“Predefined_ClearStreamingOnly”、“Predefined_DownloadAndClearStreaming”、“Predefined_ClearKey”、“Predefined_MultiDrmCencStreaming”和“Predefined_MultiDrmStreaming”

SystemData

获取与此资源相关的系统元数据。

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)

方法

Validate()

验证 对象。

适用于