ITopicSpace.TopicTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The topic filters in the topic space. Example: "topicTemplates": [ "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" ].
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The topic filters in the topic space.\r\n Example: "topicTemplates": [\r\n "devices/foo/bar",\r\n "devices/topic1/+",\r\n "devices/${principal.name}/${principal.attributes.keyName}" ].", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="topicTemplates", Update=true)]
public System.Collections.Generic.List<string> TopicTemplate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The topic filters in the topic space.\r\n Example: "topicTemplates": [\r\n "devices/foo/bar",\r\n "devices/topic1/+",\r\n "devices/${principal.name}/${principal.attributes.keyName}" ].", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="topicTemplates", Update=true)>]
member this.TopicTemplate : System.Collections.Generic.List<string> with get, set
Public Property TopicTemplate As List(Of String)
Property Value
- Attributes