StreamingLocator.ContentKeys Property

Definition

Gets or sets the ContentKeys used by this Streaming Locator.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.contentKeys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey> ContentKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.contentKeys")>]
member this.ContentKeys : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey> with get, set
Public Property ContentKeys As IList(Of StreamingLocatorContentKey)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to