Partilhar via


ServicesCreateOrUpdateResponse type

Contém dados de resposta para a operação createOrUpdate.

type ServicesCreateOrUpdateResponse = ServiceResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResource
  }
}