IRevision.TemplateServiceBind Property

Definition

List of container app services bound to the app

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="List of container app services bound to the app", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind) }, Read=true, ReadOnly=true, Required=false, SerializedName="serviceBinds", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind> TemplateServiceBind { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="List of container app services bound to the app", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind) }, Read=true, ReadOnly=true, Required=false, SerializedName="serviceBinds", Update=false)>]
member this.TemplateServiceBind : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IServiceBind>
Public ReadOnly Property TemplateServiceBind As List(Of IServiceBind)

Property Value

Attributes

Applies to