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