다음을 통해 공유


IKeyValueListResult.Item Property

Definition

The collection value.

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

Property Value

Attributes

Applies to