Package version:

Interface LocalUsers

List of local users requested, and if paging is required, a URL to the next page of local users.

interface LocalUsers {
    nextLink?: string;
    value?: LocalUser[];
}

Properties

Properties

nextLink?: string

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?: LocalUser[]

The list of local users associated with the storage account.