IChannelProperties.PartnerTopicInfoSource 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 source information is provided by the publisher to determine the scope or context from which the events are originating. This information can be used by the subscriber during the approval process of the created partner topic.
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The source information is provided by the publisher to determine the scope or context from which the events\r\n are originating. This information can be used by the subscriber during the approval process of the\r\n created partner topic.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="source", Update=true)]
public string PartnerTopicInfoSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="The source information is provided by the publisher to determine the scope or context from which the events\r\n are originating. This information can be used by the subscriber during the approval process of the\r\n created partner topic.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="source", Update=true)>]
member this.PartnerTopicInfoSource : string with get, set
Public Property PartnerTopicInfoSource As String
Property Value
- Attributes