Share via


Template.ServiceBind Property

Definition

List of container app services bound to the app

[Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Owned)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind> ServiceBind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Origin(Microsoft.Azure.PowerShell.Cmdlets.App.PropertyOrigin.Owned)>]
member this.ServiceBind : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind> with get, set
Public Property ServiceBind As List(Of IServiceBind)

Property Value

Implements

Attributes

Applies to