Compartir a través de


ServicesCreateOrUpdateResponse type

Contiene datos de respuesta para la operación createOrUpdate.

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