CredentialSetListResult interface
The result of a request to list credential sets for a container registry.
Properties
| next |
The URI that can be used to request the next list of credential sets. |
| value | 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. |
Property Details
nextLink
The URI that can be used to request the next list of credential sets.
nextLink?: string
Property Value
string
value
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.
value?: CredentialSet[]