IContactProfileLink.Channel 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.
Contact Profile Link Channel.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Contact Profile Link Channel.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileLinkChannel) }, ReadOnly=false, Required=true, SerializedName="channels")]
public Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileLinkChannel[] Channel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Contact Profile Link Channel.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileLinkChannel) }, ReadOnly=false, Required=true, SerializedName="channels")>]
member this.Channel : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileLinkChannel[] with get, set
Public Property Channel As IContactProfileLinkChannel()
Property Value
- Attributes