共用方式為


ManagementAssociationsCreateOrUpdateResponse type

包含 createOrUpdate 作業的回應資料。

type ManagementAssociationsCreateOrUpdateResponse = ManagementAssociation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ManagementAssociation
  }
}