Freigeben über


IKeyListResult.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.IKey) }, Read=true, ReadOnly=false, Required=false, SerializedName="items", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKey> 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.IKey) }, Read=true, ReadOnly=false, Required=false, SerializedName="items", Update=true)>]
member this.Item : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IKey> with get, set
Public Property Item As List(Of IKey)

Property Value

Attributes

Applies to