Partager via


ICredentialSetListResult.Value Property

Definition

The list of credential sets. Since this list may be incomplete, the nextLink field should be used to request the next list of credential sets.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The list of credential sets. Since this list may be incomplete, the nextLink field should be used to request the next list of credential sets.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ICredentialSet) }, Read=true, ReadOnly=false, Required=false, SerializedName="value", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ICredentialSet> Value { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Create=true, Description="The list of credential sets. Since this list may be incomplete, the nextLink field should be used to request the next list of credential sets.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ICredentialSet) }, Read=true, ReadOnly=false, Required=false, SerializedName="value", Update=true)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.ICredentialSet> with get, set
Public Property Value As List(Of ICredentialSet)

Property Value

Attributes

Applies to