Condividi tramite


ITopicSpaceProperties.TopicTemplate Property

Definition

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

Applies to