SecretListBySubscriptionNextResponse type
Contains response data for the listBySubscriptionNext operation.
type SecretListBySubscriptionNextResponse = SecretResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretResourceDescriptionList
}
}