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

LiveEventPreview.PreviewLocator 属性

定义

获取或设置 Guid 格式的预览定位符的标识符。 在创建时指定此项可让调用方在创建事件之前知道预览定位符 URL。 如果省略,服务将生成一个随机标识符。 创建实时事件后,无法更新此值。

[Newtonsoft.Json.JsonProperty(PropertyName="previewLocator")]
public string PreviewLocator { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="previewLocator")>]
member this.PreviewLocator : string with get, set
Public Property PreviewLocator As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于