次の方法で共有


IContainerAppCollection.Value Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Collection of resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerApp) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerApp> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Collection of resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerApp) }, Read=true, ReadOnly=false, Required=true, SerializedName="value", Update=true)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerApp> with get, set
Public Property Value As List(Of IContainerApp)

Property Value

Attributes

Applies to