Partager via


ServicesCreateOrUpdateResponse type

Contient des données de réponse pour l’opération createOrUpdate.

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