你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRevisionProperties.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