Package version:

Interface ReplicationListResult

The result of a request to list replications for a container registry.

Hierarchy

  • ReplicationListResult

Properties

Properties

nextLink?: string

The URI that can be used to request the next list of replications.

value?: Replication[]

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

Generated using TypeDoc