Partager via


ServicesBeginCreateOrUpdateResponse type

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

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