ServicesBeginCreateOrUpdateResponse type
Contains response data for the beginCreateOrUpdate operation.
type ServicesBeginCreateOrUpdateResponse = DataMigrationService & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: DataMigrationService
}
}