مشاركة عبر


MeshSecretValueListResponse type

يحتوي على بيانات استجابة لعملية القائمة.

type MeshSecretValueListResponse = PagedSecretValueResourceDescriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedSecretValueResourceDescriptionList
  }
}