IPipeline.Subscriber 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.
Subscribers of this resource
[ADT.Runtime.Info(Create=true, Description="Subscribers of this resource", PossibleTypes=new System.Type[] { typeof(ADT.Models.ISubscriber) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscribers", Update=true)]
public System.Collections.Generic.List<ADT.Models.ISubscriber> Subscriber { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Subscribers of this resource", PossibleTypes=new System.Type[] { typeof(ADT.Models.ISubscriber) }, Read=true, ReadOnly=false, Required=false, SerializedName="subscribers", Update=true)>]
member this.Subscriber : System.Collections.Generic.List<ADT.Models.ISubscriber> with get, set
Public Property Subscriber As List(Of ISubscriber)
Property Value
- Attributes