LocalUsers interface
List of local users requested, and if paging is required, a URL to the next page of local users.
Properties
next |
Request URL that can be used to query next page of local users. Returned when total number of requested local users exceeds the maximum page size. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The list of local users associated with the storage account. |
Property Details
nextLink
Request URL that can be used to query next page of local users. Returned when total number of requested local users exceeds the maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
The list of local users associated with the storage account.
value?: LocalUser[]