SecretValueListNextResponse type
Содержит данные ответа для операции listNext.
type SecretValueListNextResponse = SecretValueResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValueResourceDescriptionList
}
}