SecretValueListNextResponse type
Enthält Antwortdaten für den listNext-Vorgang.
type SecretValueListNextResponse = SecretValueResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SecretValueResourceDescriptionList
}
}