共用方式為


CredentialUpdateResponse type

包含更新作業的回應資料。

type CredentialUpdateResponse = Credential & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Credential
  }
}