Sdílet prostřednictvím


SolutionsBeginCreateOrUpdateResponse type

Obsahuje data odpovědi pro operaci beginCreateOrUpdate.

type SolutionsBeginCreateOrUpdateResponse = Solution & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Solution }
}