共用方式為


WorkspacesBeginCreateResponse type

包含 beginCreate 作業的響應數據。

type WorkspacesBeginCreateResponse = Workspace & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Workspace }
}