你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AssetStreamingLocator 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AssetStreamingLocator() |
初始化 AssetStreamingLocator 类的新实例。 |
AssetStreamingLocator(String, String, DateTime, DateTime, DateTime, Guid, String, String) |
初始化 AssetStreamingLocator 类的新实例。 |
AssetStreamingLocator()
初始化 AssetStreamingLocator 类的新实例。
public AssetStreamingLocator ();
Public Sub New ()
适用于
AssetStreamingLocator(String, String, DateTime, DateTime, DateTime, Guid, String, String)
初始化 AssetStreamingLocator 类的新实例。
public AssetStreamingLocator (string name = default, string assetName = default, DateTime created = default, DateTime startTime = default, DateTime endTime = default, Guid streamingLocatorId = default, string streamingPolicyName = default, string defaultContentKeyPolicyName = default);
new Microsoft.Azure.Management.Media.Models.AssetStreamingLocator : string * string * DateTime * DateTime * DateTime * Guid * string * string -> Microsoft.Azure.Management.Media.Models.AssetStreamingLocator
Public Sub New (Optional name As String = Nothing, Optional assetName As String = Nothing, Optional created As DateTime = Nothing, Optional startTime As DateTime = Nothing, Optional endTime As DateTime = Nothing, Optional streamingLocatorId As Guid = Nothing, Optional streamingPolicyName As String = Nothing, Optional defaultContentKeyPolicyName As String = Nothing)
参数
- name
- String
流式处理定位符名称。
- assetName
- String
资产名称。
- created
- DateTime
流式处理定位符的创建时间。
- startTime
- DateTime
流式处理定位符的开始时间。
- endTime
- DateTime
流式处理定位符的结束时间。
- streamingLocatorId
- Guid
流式处理定位符的 StreamingLocatorId。
- streamingPolicyName
- String
此流式处理定位符使用的流式处理策略的名称。
- defaultContentKeyPolicyName
- String
此流式处理定位符使用的默认 ContentKeyPolicy 的名称。