MeshSecretListResponse type
يحتوي على بيانات استجابة لعملية القائمة.
type MeshSecretListResponse = PagedSecretResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedSecretResourceDescriptionList
}
}